diff options
Diffstat (limited to 'StoneIsland/config.xml')
| -rw-r--r-- | StoneIsland/config.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index b57b1693..9d098b8a 100644 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -16,6 +16,19 @@ <allow-intent href="sms:*" /> <allow-intent href="mailto:*" /> <allow-intent href="geo:*" /> + + <preference name="DisallowOverscroll" value="true" /> + <preference name="EnableViewportScale" value="true"/> + <preference name="BackupWebStorage" value="local"/> + <preference name="TopActivityIndicator" value="white"/> + <preference name="SuppressesIncrementalRendering" value="true"/> + <preference name="DisallowOverscroll" value="true" /> + <preference name="HideKeyboardFormAccessoryBar" value="true" /> + + <preference name="StatusBarOverlaysWebView" value="false" /> + <preference name="StatusBarBackgroundColor" value="#000000" /> + <preference name="StatusBarStyle" value="lightcontent" /> + <platform name="android"> <allow-intent href="market:*" /> </platform> |
