Niklas Merz

Results 124 comments of Niklas Merz

This PR uses [WebViewAssetLoader](https://developer.android.com/reference/androidx/webkit/WebViewAssetLoader). This Android API is intended for app developers to load assets from the local file system with a proper origin. Contrary to iOS these "path handlers"...

If you have a look the WebktiProxy.js file of this plugin you can see that I implemented a check for the variable `window.CDV_ASSETS_URL`. One thing to make sure is that...

Yes I don't think it is possible to use this plugin on iOS 11 and 12. For these iOS versions you most likely need to find other workarounds for cookie...

The InAppBrowser issues should be fixed with this PR: https://github.com/apache/cordova-plugin-inappbrowser/pull/825 Not sure about iFrames thoug.

The proxy won't work in the InAppBrowser. If you call an URL with the proxy in the main webview the cookies should be synced to the inappbrowser. Same for the...

More comments: https://github.com/apache/cordova-ios/pull/1030#issuecomment-761812657 Bringing comments added for #1004 @NiklasMerz Thanks for the WKURLSchemeHandler implementation. I took #1030 PR and integrated with your plugin https://github.com/GEDYSIntraWare/cordova-plugin-webview-proxy. Also changed the URL per your...

Seems like the current implementation works only for HTTP requests properly and we still have issues with certain cases like IFrames etc?

Does it work the opposite way if you get the cookie in the Cordova window and use it in the InAppBrowser window? That's how we are doing it.

@Max104t This looks like a good change. It would be nice if you could submit a pull request with your commit as it looks well done.