summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js
index 76a8af05..06bfaaac 100755
--- a/StoneIsland/platforms/ios/www/js/index.js
+++ b/StoneIsland/platforms/ios/www/js/index.js
@@ -71,6 +71,7 @@ var app = (function(){
document.addEventListener('online', app.online, false)
document.addEventListener('offline', app.offline, false)
cordova.plugins.Keyboard.disableScroll(true)
+ cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false)
geo.fetch()
var image = new Image
image.src = "./img/compass-logo.png"