MobileChromeApps / cordova-plugin-service-worker

163 stars 37 forks source link

This plugin adds Service Worker support to Cordova apps on iOS, but Safari?(naive qe) #21

Open aagaardmorten opened 7 years ago

aagaardmorten commented 7 years ago

The plugin definitely solves a problem(at least for my app), but I need a clarification:

Is this plugin only running on Chrome on IOS or does it run on Safari on IOS?

br

Morten

EvanWieland commented 7 years ago

@aagaardmorten For iOS, Cordova uses either UIWebView or WKWebView. Check out this SO post for more information: http://stackoverflow.com/questions/33652336/what-is-the-browser-used-by-cordova-on-ios