Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
- CLI: 3.0.0
- Cross-platform modules: 3.0.0
- Runtime(s): 3.0.0
- Plugin(s): -
Please tell us how to recreate the issue in as much detail as possible.
- create default project with iOS platform(tns create..)
- make a modal page and open it by tap event on 1st page
- close the modal page by closeCallback
-> ActionBar on 1st page will be hidden and not be shown after closing the modal.
I found a workaround like below.
- before showModal(), set actionBarHidden property of 1st page to true
- in closeCallback, set actionBarHidden property to false
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
-> ActionBar on 1st page will be hidden and not be shown after closing the modal.
I found a workaround like below.