cordova-plugin-ionic-webview icon indicating copy to clipboard operation
cordova-plugin-ionic-webview copied to clipboard

Cordova - Ionic WebView not load page in IOS?

Open MiloshN opened this issue 3 years ago • 1 comments

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?

MiloshN avatar Jan 11 '22 10:01 MiloshN

Have you found a solution for this?

CodeWithOz avatar Jan 18 '22 08:01 CodeWithOz