Niklas Merz
Niklas Merz
If this feature is usefull and gets merged, the documentation needs to be updated probably here: https://beta.ionicframework.com/docs/building/webview#file-protocol ?
You must use the `convertFileSrc` Javascript function to convert your URLs for using the proxy
This was done with some suggestions from @jcesarmobile . Do you have any comments on the implementation?
This is the corresponding documentation that needs to be updated in case this gets merged: https://github.com/ionic-team/ionic-docs/blob/master/src/pages/building/webview.md
Seems like #376 is the Android version of this change. Adding this feature may mean integrating both PRs.
I just rebased and resolved conflicts with https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/cbd526d
Documentation needs to be updated. For basic instrutions see this: https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/475#issuecomment-553871614
@jcesarmobile Do you see any chances this could be merged? I don't know how relevant this is for the upstream plugin, but I try to mimize forked plugins in our...
@alexsasharegan You could open you iOS platform in Xcode and run it from there on an iPhone. If the app crashes, you should see an error in the Xcode consoe.
Our app allows user configure which server to connect to and some servers have CORS headers not set up for the Ionic Webview. With this change we can switch the...