[Webkit-unassigned] [Bug 206741] WKWebView support for Service Workers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 14 08:10:01 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=206741
Nathan Wild <nathan_wild at hotmail.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nathan_wild at hotmail.co.uk
--- Comment #6 from Nathan Wild <nathan_wild at hotmail.co.uk> ---
Is there an intention in the future to make this work with custom URL schemes for loading/registering the service worker?
There's a known limitation right now with apps that are solely built on wrappers creating a WKWebView to display their content (Cordova, Capacitor etc.) that service workers aren't a possible solution for handling offline content, passing authorization headers etc. on known requests.
For example, Capacitor uses its own custom URL scheme (capacitor://) to serve content as http/https are reserved for remote content, this alone would prevent service workers from being used as they would need to be served under that protocol instead, see https://github.com/ionic-team/capacitor/issues/7069.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231114/aa7e2fa4/attachment.htm>
More information about the webkit-unassigned
mailing list