Please, provide the following version numbers that your issue occurs with:
CLI: (run tns --version to fetch it) - 5.2.3
Cross-platform modules: 5.2
Runtime(s): tns-android 5.2.1
Plugin version: 5.0.6
Code Flavor: VUE
Please, tell us how to recreate the issue in as much detail as possible.
On page loaded event I'm setting the android flag for fullscreen (which hides the status bar) but it has no function when the modal page opens. When I close the modal the status bar stays hidden.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
tns --version
to fetch it) - 5.2.3Please, tell us how to recreate the issue in as much detail as possible.
On page loaded event I'm setting the android flag for fullscreen (which hides the status bar) but it has no function when the modal page opens. When I close the modal the status bar stays hidden.
ModalStack is wrapping the entire modal page content.