Send CORS request to RESTFul API,
When we use Android <= 4.4 device to test this, CORS request failed: request status code = 0, just send the first one "OPTION" request
work fine with iOS and Android > 4.4
CORS success
Use http instead of https, but not safety.
http://stackoverflow.com/questions/31062231/using-cors-and-csrf-together-in-ionic-app
As this, but did not work with the answer
Isn't this something Crosswalk would sort out?
Hello, thanks for opening an issue with us! Sorry if i misunderstood but did you install the whitelist plugin? And after you installed it your still seeing the issue?
Yes, i already installed the whitelist plugin, but still have this issue...
Just for Android device <= 4.4
@ZachBergh would you be able to try Crosswalk? To enable crosswalk for your app just navigate to your ionic project in your terminal and run ionic browser add crosswalk. Usually with android devices under 4.4 we recommend using Crosswalk anyways as this will give you major performance enhancements and better html5 support right out of the box.
Thanks @jgw96 i am trying ;)
Thanks you very much, all fixed.
Awesome!!
@ZachBergh awesome! Very glad to hear that fixed your issue. Thanks for using Ionic !
Most helpful comment
Isn't this something Crosswalk would sort out?