Skip to content

Commit

Permalink
Make Cordova to don't use UIWebView on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
etharner committed Jun 18, 2020
1 parent 2b5fe4f commit 67e9926
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<string>applinks:base.aepps.com</string>
</array>
</config-file>
<preference name="WKWebViewOnly" value="true" />
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
</platform>
<preference name="SplashScreen" value="screen" />
<preference name="ShowSplashScreenSpinner" value="false" />
Expand Down

1 comment on commit 67e9926

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.