diff --git a/config-templates/config.xml b/config-templates/config.xml index cb26dfcba..2cb48e93f 100644 --- a/config-templates/config.xml +++ b/config-templates/config.xml @@ -1,5 +1,5 @@ - @@ -17,7 +17,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -71,5 +71,3 @@ - - diff --git a/cordova/build.sh b/cordova/build.sh index 0af47a1b5..f5c9f2a9c 100755 --- a/cordova/build.sh +++ b/cordova/build.sh @@ -158,6 +158,9 @@ if [ ! -d $PROJECT ]; then cordova plugin add cordova-plugin-android-fingerprint-auth checkOK + cordova plugin add cordova-plugin-screen-orientation + checkOK + fi if $DBGJS diff --git a/cordova/config.xml b/cordova/config.xml index 701005416..74d76f458 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,5 +1,5 @@ - @@ -17,9 +17,9 @@ - + - + @@ -27,7 +27,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -71,5 +71,3 @@ - - diff --git a/public/index.html b/public/index.html index 4fc79fa5c..36afe3f95 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ - +
diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html index 371eaaaaa..e47b1c061 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -1,7 +1,7 @@