Commit 3d860d1b authored by van.chen's avatar van.chen

状态栏透明

parent 349ce0d3
......@@ -32,7 +32,7 @@ export class AppComponent {
initializeApp() {
this.platform.ready().then(() => {
this.statusBar.styleDefault();
this.statusBar.backgroundColorByHexString('#6B7072');
this.statusBar.backgroundColorByHexString('#ffffff00');
this.statusBar.show();
this.statusBar.overlaysWebView(false);
this.splashScreen.hide();
......@@ -69,7 +69,6 @@ export class AppComponent {
this.appMinimize.minimize();
this.backBtnPressed = false;
window.history.pushState('forward', null, this.url);
// window.history.forward();
return;
} else {
this.backBtnPressed = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment