ionic-team / cordova-plugin-ionic-webview

Web View plugin for Cordova, specialized for Ionic apps.
Apache License 2.0
484 stars 391 forks source link

Cordova - Ionic WebView not load page in IOS? #660

Open MiloshN opened 2 years ago

MiloshN commented 2 years ago

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?

CodeWithOz commented 2 years ago

Have you found a solution for this?