-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TNS 3.0] iOS:Hidden ActionBar will be shown by showModal() #4157
Comments
Hi @kssfilo, As a temporary solution, you could use
|
Your workaround works fine if ActionBar doesn't need to be shown/hidden dynamically. |
Hi @kssfilo, XML
TypeScript
|
@tsonevn Currently, I am using workaround below.
This is also effective for issule #4141. (but users see unexpected actionbar while non fullscreen modal page is shown in iPad) |
Hi @kssfilo, |
Hey @kssfilo. Thanks for your for taking the time to log this issues. I have just created a PR(#4176) and looks like this and #4141 are quite related. The problem is that the navigation-bar was incorrectly updated when showing the modal page. One other thing - I noticed that you set the I hope that was helpful. |
Happy to see this fix is coming. I have this exact same problem in an iOS app with lots of modals. For others, official release for 3.1 is June 2017. So this should be widely available at that time. 'Til then, will require @next builds. |
Fix will be released in 3.0.1 later this week. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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.
Similar to [iOS:ActionBar will be hidden after closeCallback of modal page #4141]
-> ActionBar on 2st page will be shown evenif actionBarHidden property is true
If I call showModal() from 1st page, seems no problem(ActionBar is automatically hidden on 1st(main) page on default). This only be happen after topmost.navigate() and ActionBar will be shown and hide it programmatically in loaded().
The text was updated successfully, but these errors were encountered: