From f5fa29ce8df09234e4814b04a50346f6adc0d5c9 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 21 Sep 2016 01:14:16 -0600 Subject: [PATCH] Make code work with iOS, mainly by shoving compatibility plugins in until everything behaves. This means the status bar is now hidden, BTW. --- config.xml | 11 +++++++++-- www/js/main.js | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 213821b..13a0996 100644 --- a/config.xml +++ b/config.xml @@ -16,6 +16,10 @@ + + + + @@ -35,8 +39,6 @@ - - @@ -51,4 +53,9 @@ + + + + + diff --git a/www/js/main.js b/www/js/main.js index e42cd07..18670c4 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -36,6 +36,7 @@ $(document).ready(function () { }); function onDeviceReady() { + StatusBar.hide(); openscreen("login"); if (navigator.network.connection.type === Connection.NONE) { navigator.notification.alert("You need an Internet connection to continue.", function () {