diff --git a/cordova/build.sh b/cordova/build.sh index ab3e964d0..4dc2ea957 100755 --- a/cordova/build.sh +++ b/cordova/build.sh @@ -173,6 +173,7 @@ if [ $CURRENT_OS == "WP8" ]; then checkOK cp -vf wp/Properties/* $PROJECT/platforms/wp8/Properties/ cp -vf wp/Package.appxmanifest $PROJECT/platforms/wp8/ + cp -vf wp/MainPage.xaml $PROJECT/platforms/wp8/ checkOK cp -vf wp/Assets/* $PROJECT/platforms/wp8/Assets/ cp -vf wp/SplashScreenImage.jpg $PROJECT/platforms/wp8/ diff --git a/cordova/config.xml b/cordova/config.xml index 96b5309d9..d6d244129 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -21,7 +21,7 @@ - + diff --git a/cordova/wp/MainPage.xaml b/cordova/wp/MainPage.xaml index 658393142..10a9fbbd3 100644 --- a/cordova/wp/MainPage.xaml +++ b/cordova/wp/MainPage.xaml @@ -31,15 +31,16 @@ SupportedOrientations="Portrait" Orientation="Portrait" shell:SystemTray.IsVisible="True" d:DesignHeight="768" d:DesignWidth="480" xmlns:my="clr-namespace:WPCordovaClassLib"> - - - - - + + + + + - + diff --git a/cordova/wp/SplashScreenImage-original.jpg b/cordova/wp/SplashScreenImage-original.jpg new file mode 100755 index 000000000..4942eaf03 Binary files /dev/null and b/cordova/wp/SplashScreenImage-original.jpg differ diff --git a/cordova/wp/SplashScreenImage.jpg b/cordova/wp/SplashScreenImage.jpg old mode 100644 new mode 100755 index 4942eaf03..15a010996 Binary files a/cordova/wp/SplashScreenImage.jpg and b/cordova/wp/SplashScreenImage.jpg differ diff --git a/css/src/mobile.css b/css/src/mobile.css index 3e9f49239..8528b0876 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -5,6 +5,10 @@ */ @media (max-width: 1024px) { + body { + overflow: hidden; + -ms-content-zooming: none; + } .loading-screen { background-color: #2C3E50; @@ -27,13 +31,31 @@ padding: 60px 0 80px 0; } - /* Fix IE */ + /* Fix IE 10 */ .extra-margin-bottom { display: block height: 75px overflow: hidden clear: both } + + .main { + height: 99% + overflow: auto + } + + /* Fix IE 11 */ + _:-ms-fullscreen, :root .extra-margin-bottom { + display: block; + height: 75px; + overflow: hidden; + clear: both; + } + + _:-ms-fullscreen, :root .main { + height: 99%; + overflow: auto; + } /* Fix Firefox */ @-moz-document url-prefix() { diff --git a/index.html b/index.html index 3cad5e0e6..8096a2b69 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Copay - Multisignature Wallet