cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

Add option to disable local proxy

Open ErkoKnoll opened this issue 7 years ago • 3 comments

Looking at your latest commits it seems you have embedded a local web server to act as a proxy, probably because a lot of people have problems with CORS. However for some of us the previous version worked just fine and we really don't need that local proxy so please add an option to disable it.

ErkoKnoll avatar Mar 03 '17 08:03 ErkoKnoll

just fork the repository, create a branch from the last commit before the local proxy code went in and you can then add the plugin from that branch with the code as it was at that point in time. I have done exactly this as the previous version was working well for me and there seem to be a few issues with the local proxy when put into background mode.

ghenry22 avatar Mar 05 '17 08:03 ghenry22

This is exactly what I did, but looking into the future I prefer to have the latest version available but with an option to disable the local proxy.

ErkoKnoll avatar Mar 05 '17 16:03 ErkoKnoll

Just reference the commit number in your config. Working with CORS is easy enough.

twinj avatar Mar 16 '17 05:03 twinj