cordova-plugin-inappbrowser icon indicating copy to clipboard operation
cordova-plugin-inappbrowser copied to clipboard

Any plan of support to WKURLSchemeHandler?

Open ccykenneth opened this issue 4 years ago • 1 comments
trafficstars

Feature Request

Motivation Behind Feature

Currently WKURLSchemeHandler are already supported for cordova-ios 6.2 already, which solves many local file assess problem. But unfortunately it is not supported in the in-app-browser plugin yet.

Feature Description

support for WKURLSchemeHandler in IOS device

Alternatives or Workarounds

ccykenneth avatar Nov 03 '21 08:11 ccykenneth

WKURLSchemeHandler Is for loading local assets, InAppBrowser for loading external sites. What’s your use case for wanting to load local assets in the InAppBrowser?

jcesarmobile avatar Sep 25 '22 03:09 jcesarmobile

closing since there was no response

jcesarmobile avatar Apr 24 '23 23:04 jcesarmobile

WKURLSchemeHandler Is for loading local assets, InAppBrowser for loading external sites. What’s your use case for wanting to load local assets in the InAppBrowser?

In our app we used to load local assets in the InAppBrowser with file:// protocol. But since we upgraded the cordova version fo ios, it doesn't work any more. In the Main webview we are able to fix the problem by using the WKURLSchemeHandler setting, but it is not supported in the new InAppBrowser yet. So that's why we asked in this thread.

ccykenneth avatar Apr 25 '23 06:04 ccykenneth