This is a rather interesting one. 3.1.1 works perfect, however this bug was introduced with 3.1.2 specifically.
Sample project:
https://github.com/NathanWalker/custom-title-3-1-2-issue
Repro steps:
- Run the app on iOS
tns run ios --emulator
- Observe the title is blank in the
ActionBar at top of opening page
- Open
app/item/action-bar/action-bar.component.html
- Take note the usage of the custom
Label for the title. Now comment out both ActionItem's (see note in file) below the Label.
- Observe the custom title
Label will appear.
Bug:
Using custom Label title on a custom ActionBar component alongside ActionItem's with *ngIf will never work. This exact same setup worked perfectly in 3.1.1.
This is a rather interesting one.
3.1.1works perfect, however this bug was introduced with3.1.2specifically.Sample project:
https://github.com/NathanWalker/custom-title-3-1-2-issue
Repro steps:
tns run ios --emulatorActionBarat top of opening pageapp/item/action-bar/action-bar.component.htmlLabelfor the title. Now comment out bothActionItem's (see note in file) below theLabel.Labelwill appear.Bug:
Using custom
Labeltitle on a customActionBarcomponent alongsideActionItem's with*ngIfwill never work. This exact same setup worked perfectly in3.1.1.