cordova-plugin-ionic-webview
cordova-plugin-ionic-webview copied to clipboard
Cordova - Ionic WebView not load page in IOS?
I want to load a page in IOS emulators with cordova-plugin-ionic-webview for Android emulators works, but for iOS not, not opening web page and site.
What is the problem?
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<platform name="ios">
<preference name="WKWebViewOnly" value="true" />
...
</platform>
None of this helps?
Have you found a solution for this?