Vue-resource problem in android
-
Hi, I’m a javascript developer but totally newbie in the quasar framework and I need your help.
I just try to execute a request to the google maps api using Vue-resource. All works fine on the browser but when I try on an android device (with cordova wrapped), all request ended with a status code 0.
I have add the Content-Security-Policy tag to the html page, test with Axios, test with another url but nothings works on android device.
Can somebody tell me if there is something to know for execute external request on an android phone?
-
You will probably have better luck on the Cordova forums for this question. Here is a recent post on google maps, but the issue is unrelated