Skip to content
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:ActionBar will be hidden after closeCallback of modal page #4141

Closed
kssfilo opened this issue May 9, 2017 · 2 comments
Closed

Comments

@kssfilo
Copy link
Contributor

kssfilo commented May 9, 2017

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.

  1. create default project with iOS platform(tns create..)
  2. make a modal page and open it by tap event on 1st page
  3. 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.

  1. before showModal(), set actionBarHidden property of 1st page to true
  2. in closeCallback, set actionBarHidden property to false
@tsonevn
Copy link
Contributor

tsonevn commented May 9, 2017

Hi @kssfilo,
Thank you for pointing this issue.
I reviewed the case on my side and indeed this is a real issue, which could be reproduced only for iOS.
I am attaching sample project, where the problem could be reproduced and could be used for debugging.
For further info about this behavior and about possible fix keep track the issue here.

Archive.zip

@tsonevn tsonevn added this to the 3.1 TBD milestone May 9, 2017
@tsonevn tsonevn added the backlog label May 9, 2017
@vakrilov vakrilov self-assigned this May 11, 2017
@vakrilov vakrilov added ready for test TSC needs to test this and confirm against live production apps and automated test suites and removed in progress labels May 15, 2017
@SvetoslavTsenov SvetoslavTsenov self-assigned this May 15, 2017
@SvetoslavTsenov SvetoslavTsenov added done and removed ready for test TSC needs to test this and confirm against live production apps and automated test suites labels May 16, 2017
@SvetoslavTsenov SvetoslavTsenov removed their assignment May 16, 2017
@NickIliev NickIliev mentioned this issue May 16, 2017
@dtopuzov dtopuzov modified the milestones: 3.0.1, 3.1 May 22, 2017
@lock
Copy link

lock bot commented Aug 28, 2019

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.

@lock lock bot locked and limited conversation to collaborators Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants