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.
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.