Recently I’ve implemented WKWebview on my ionic 3 app.
On the Ionic blog the WKWebview article says
UIWebview, or the older webview in iOS, never actually enforced CORS, but WKWebView does and does not provide a way to disable it. To address this, you need to implement CORS correctly and add the following entry:
IF this is not possible (you do not own the API), a workaround can be to use the native HTTP plugin, @ionic-native/http.
It enforces cors even if --consolelogs and --livereload doesn’t activated?
Before if --c and --l are activated I used the ionic proxy but if the --consolelogs and --livereload not activated the request worked correctly without proxy.
Found any solution? Even I’m stuck with the same, I have a service which uses Angular HTTP client and Observable to return data. Its very difficult to change everything to ionic native HTTP