|
|
@@ -69,6 +69,7 @@ if (navigator.userAgent.includes('#cordova#')) {
|
|
|
function () {
|
|
|
window.$vm = app.mount('#app');
|
|
|
StatusBar.overlaysWebView(true);
|
|
|
+ StatusBar.backgroundColorByHexString('#00000000');
|
|
|
if (/iphone|ipad|ipod/i.test(navigator.userAgent)) {
|
|
|
style.setProperty('--safe-top', 'env(safe-area-inset-top)');
|
|
|
style.setProperty('--safe-bottom', 'env(safe-area-inset-bottom)');
|