FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[TNS 3.0] iOS:ActionBar will be hidden after closeCallback of modal page · Issue #4141 · NativeScript/NativeScript · GitHub

[TNS 3.0] iOS:ActionBar will be hidden after closeCallback of modal page #4141

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL