MobileChromeApps / cordova-plugin-service-worker-background-sync

Cordova Service Worker Background Sync Plugin
Apache License 2.0
35 stars 13 forks source link

Android Implementation #6

Open lcustodio opened 7 years ago

lcustodio commented 7 years ago

Hi!

I'm developing a cordova app focused to android. So far the service workers are giving security exceptions and I didn't manage to get it working because serving from file:// is not allowed

On the readme it's stated multiple times that this plugin works only in iOS, what is the limitation? Can I contribute in a way to enable it to run in android as well?

awebdeveloper commented 7 years ago

Would love Android support. But I guess android 5+ it should work out of box

lcustodio commented 7 years ago

My sandbox was with Android 6, however file:// is not allowed. The request is just blocked.