diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-02-24 02:06:58 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-02-24 02:06:58 +0100 |
| commit | db9d93526b951a7660925cd2e721ab2588e4ca45 (patch) | |
| tree | d5d3292c44ecc7ce98c3edb9d7137f8a1ca8d5a8 /StoneIsland/config.xml | |
| parent | 0054cc1463731fc7045016d81dd6342e46c413ea (diff) | |
change go button to return
Diffstat (limited to 'StoneIsland/config.xml')
| -rwxr-xr-x | StoneIsland/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index 3d3efb54..1ba814e7 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="us.okfoc.stoneisland" version="0.8.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="us.okfoc.stoneisland" version="0.8.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Stone Island</name> <description> Stone Island @@ -23,7 +23,7 @@ <preference name="TopActivityIndicator" value="white"/> <preference name="SuppressesIncrementalRendering" value="true"/> <preference name="DisallowOverscroll" value="true" /> - <preference name="HideKeyboardFormAccessoryBar" value="true" /> + <preference name="HideKeyboardFormAccessoryBar" value="false" /> <preference name="orientation" value="portrait" /> <preference name="StatusBarOverlaysWebView" value="false" /> <preference name="StatusBarBackgroundColor" value="#000000" /> |
