Crosswalk browser for Android throws "Only secure origins are allowed (see: https://goo.gl/Y0ZkNV)" error

Hello people!

I thought this would be a common issue but I can’t find an straight-forward answer to this problem. As soon as I included the Crosswalk WebView Engine for Android I’m getting the following Error Message:

“Only secure origins are allowed (see: https://goo.gl/Y0ZkNV)”

… For http requests made to local and external servers (like http://localhost:3000 or https://my.own.server/) using the angular $http service.

What is THE Solution to this issue? After many hours of Googling I’m still clueless about how to solve this issue. Could you please point me in the right direction?

Kindly,
-J

I have the same issue, but it only fails with live reload, ionic run android works well

Fortunately, only the latest version ~2.0 presents this problem. I tried 1.7, 1.8 and it’s working correctly.