ccykenneth commented on issue #917: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/917#issuecomment-1521234662
> 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
