I'd like to use ServiceWorkers to automatically add offline-caching to a page loaded into a webview tag in a Chrome app. According to this answer, and the specs I've read it's not possible to inline a ServiceWorker. Is there any way to inject a ServiceWorker to cache the content of <webview>
tag in a Chrome App?
Asked
Active
Viewed 1,133 times
4

Community
- 1
- 1

Matthew Cook
- 178
- 6
-
I believe the answer is no: https://code.google.com/p/chromium/issues/detail?id=439323 – Jeff Posnick Jul 27 '15 at 20:35
-
1Did you find an answer to your question? Wouldn't this suggest that it is possible? http://googlechromereleases.blogspot.com.au/2015/03/android-webview-update.html – Marklar Apr 14 '16 at 00:28