GoogleChromeLabs / sw-toolbox

[Deprecated] A collection of service worker tools for offlining runtime requests
https://developers.google.com/web/tools/workbox/guides/migrations/migrate-from-sw
Apache License 2.0
3.62k stars 332 forks source link

toolbox.router.get function not working in safari ios #285

Open HeenaBhesaniya opened 6 years ago

HeenaBhesaniya commented 6 years ago

toolbox.router.get('/(.*)',appRequestHandler,{origin:'app.example.com'}); its working fine in all other Desktop browsers. its not working in ipad/iphone safari browser.