Register serviceWorker in native WebView (iOS and Android) #5673
Unanswered
stefan-scheidewig
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is it possible to allow the registration of service workers in a native web view (Android WebView and iOS WkWebView). Inspecting a native app reveals that
'serviceWorker'
is not defined innavigator
on both platforms. Do I have to enable that first somehow?In similar discussions there was a discussion about service workers which are not allowed to intercept request so it seems, that it may be possible to register them somehow.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions