Plugin with fix for iphone

This commit is contained in:
Gabriel Masclef 2017-08-24 15:19:47 -03:00
parent 55eb8b1bcd
commit 4f4dd3cd0a
No known key found for this signature in database
GPG Key ID: DD6D7EAADE12280D
2 changed files with 6 additions and 4 deletions

View File

@ -49,6 +49,7 @@
"cordova-plugin-splashscreen": "4.0.3",
"cordova-plugin-statusbar": "2.2.2",
"cordova-plugin-whitelist": "1.3.1",
"cordova-plugin-wkwebview-engine": "git+https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git",
"cordova-plugin-x-socialsharing": "5.1.8",
"cordova-plugin-x-toast": "2.6.0",
"cordova-sqlite-storage": "2.0.4",
@ -106,7 +107,8 @@
"cordova-clipboard": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-qrscanner": {}
"cordova-plugin-qrscanner": {},
"cordova-plugin-wkwebview-engine": {}
},
"platforms": [
"android",

View File

@ -1,9 +1,9 @@
$v-scanner-background-color: #1e3186;
$v-scanner-guide-color: #647ce8;
html , body, .back-trasnparent, ion-app {
background: none !important;
}
html , body, .back-trasnparent, ion-app, .nav-decor {
background: none transparent !important;
}
page-scan {
color: #fff;