diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 05:21:06 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 05:21:06 -0500 |
| commit | 83b5ea8a94a3308e3401c01366bbae561f32a524 (patch) | |
| tree | a15380f11549537b4d41b4849754ce00fffa0430 /StoneIsland/platforms/ios/Stone Island/config.xml | |
| parent | 05b75c1b8ab80e53a7b8642da7d30e9ba7cb468c (diff) | |
cordova-plugin-inappbrowser
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/config.xml')
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index dcbf0050..a55bd9e7 100755 --- a/StoneIsland/platforms/ios/Stone Island/config.xml +++ b/StoneIsland/platforms/ios/Stone Island/config.xml @@ -43,6 +43,9 @@ <feature name="PushNotification"> <param name="ios-package" value="PushPlugin" /> </feature> + <feature name="InAppBrowser"> + <param name="ios-package" value="CDVInAppBrowser" /> + </feature> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <preference name="KeyboardDisplayRequiresUserAction" value="false" /> |
