cuba-labs / polymer-cordova

4 stars 1 forks source link

Fetch file:///, not working URLs #1

Open cih997 opened 6 years ago

cih997 commented 6 years ago

Hi.

I'm trying to get this project working on Android. Unfortunately I got stuck on login screen of Polymer module on Android. When logging in, I always get Login failed due to error:

Fetch API cannot load file:///***. URL scheme "file" is not supported.

What I've tried so far:

https://gist.github.com/joshua-gould/58e1b114a67127273eef239ec0af8989 https://github.com/github/fetch/pull/92#issuecomment-174730593 https://github.com/aporat/cordova-plugin-fetch

But none worked.

Should this work at all? Any ideas much appreciated.