Skip to content

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

@kssfilo

Description

@kssfilo

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions