arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
514 stars 94 forks source link

Removes deprecated `apple-mobile-web-app-capable` meta tag #106

Closed AndrewGardhouse closed 4 years ago

AndrewGardhouse commented 5 years ago

The <meta name="apple-mobile-web-app-capable"> meta tag is deprecated.

Screen Shot 2019-08-02 at 11 03 11 AM

This PR replaces that tag with <meta name="mobile-web-app-capable">

Stanzilla commented 4 years ago

Is that listed somewhere? Apple still lists it here https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html

arthurbergmz commented 4 years ago

Apple still lists apple-mobile-web-app-capable and looks like mobile-web-app-capable is only meant for Chrome. So, it won't be removed.

Cheers, Arthur.