Niklas Merz
Niklas Merz
Yeah hooks are the way to go to copy extension code from a plugin and the Xcode settings. I did this with "openwith" and call directory extensions https://github.com/GEDYSIntraWare/cordova-plugin-call-directory
Cookies persist between the main webview and inappbrowser, too. But you now might get problems because third party cookies are restricted. Please try searching the internet a bit. This should...
Thank you @emily-curry for sharing your solution. You could make a pull request to integrate this change directly into the inappbrowser plugin. I am not really sure if we would...
Not sure if this is something we can do about that. Maybe it's something special in your setup. Did you try using fetch instead of XMLHttpRequest? I am using it...
Unfortunately I don't have the time to look at this right now. I fear you must debug this yourself. As I never had issues like this so far this could...
I understand thanks for the issue and reproduction. It's great to have this simplified example. It's probably a strange quirk that happens with XHR and how we built this proxy....
Many times when I build a reproduction I found out something new. It can be a problem in my app or it's easier to debug the minimal reproduction. I hope...
@bhandaribhuminpfizer Why did you change any settings in Xcode. It works fine for me on a new Cordova project. Please make sure you use the latest version of the cordova-ios...
This sounds like a WKWebView / WebKit issue. You could try to build a repro app.
I know this error from a pretty complex app with two extensions. I did not investigate that, yet and would love to see this fixed. If you find something,please create...