diff options
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island')
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/config.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index 185c2505..68e44a08 100755 --- a/StoneIsland/platforms/ios/Stone Island/config.xml +++ b/StoneIsland/platforms/ios/Stone Island/config.xml @@ -14,33 +14,6 @@ <feature name="LocalStorage"> <param name="ios-package" value="CDVLocalStorage" /> </feature> - <allow-intent href="itms:*" /> - <allow-intent href="itms-apps:*" /> - <preference name="KeyboardDisplayRequiresUserAction" value="false" /> - <name>Stone Island</name> - <description> - Stone Island - </description> - <author email="frontdesk@okfoc.us" href="http://okfoc.us/"> - OKFocus - </author> - <content src="index.html" /> - <access origin="*" /> - <allow-intent href="http://*/*" /> - <allow-intent href="https://*/*" /> - <allow-intent href="tel:*" /> - <allow-intent href="sms:*" /> - <allow-intent href="mailto:*" /> - <allow-intent href="geo:*" /> - <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" /> <feature name="Keyboard"> <param name="ios-package" onload="true" value="IonicKeyboard" /> </feature> @@ -70,4 +43,31 @@ <feature name="PushNotification"> <param name="ios-package" value="PushPlugin" /> </feature> + <allow-intent href="itms:*" /> + <allow-intent href="itms-apps:*" /> + <preference name="KeyboardDisplayRequiresUserAction" value="false" /> + <name>Stone Island</name> + <description> + Stone Island + </description> + <author email="frontdesk@okfoc.us" href="http://okfoc.us/"> + OKFocus + </author> + <content src="index.html" /> + <access origin="*" /> + <allow-intent href="http://*/*" /> + <allow-intent href="https://*/*" /> + <allow-intent href="tel:*" /> + <allow-intent href="sms:*" /> + <allow-intent href="mailto:*" /> + <allow-intent href="geo:*" /> + <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" /> </widget> |
