You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
// in hello-ionic page ,you open modal
openModal() {
let curModal = this.modalCtrl.create("Modal1Page");
curModal.present();
}
// the in modal page, click a button to nav new page
navModal2() {
this.navCtrl.push('Modal2Page');
}
run sudo ionic cordova prepare ios, and build on iPhone by Xcode.
then, you can reproduce the bug show as the picture.
i tried add newest cordova-plugin-statusbar but it is not work
Original issue by @JackZhang1988 on 2018-04-28T02:52:50Z
Ionic version: (check one with "x")
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[x ] 3.x
[ ] 4.x
I'm submitting a ... (check one with "x")
[x ] bug report
[ ] feature request
Current behavior:
I very same like the bug here: ionic-team/ionic-framework#13294, but the issue closed seems hard to reproduce, now i finally reproduced.
Steps to reproduce:
These bug happen when you nav a new page in a modal, I have create repository for this: https://github.com/JackZhang1988/ionic_statusbar_bug
run
sudo ionic cordova prepare ios
, and build on iPhone by Xcode.then, you can reproduce the bug show as the picture.
i tried add newest
cordova-plugin-statusbar
but it is not workIonic info:
cli packages: (/usr/local/lib/node_modules)
global packages:
local packages:
System:
Environment Variables:
Misc:
ionic cordova plugin list
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-ionic-keyboard 2.0.5 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 1.1.19 "cordova-plugin-ionic-webview"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"
The text was updated successfully, but these errors were encountered: