You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#57 Added support for different HTML files and asset bundling for mobile web.
This issue is for adding mobile web specific features, such as home screen icons, splash screens, favicons, and other assets that can make a mobile website feel more like a native app.
iOS Specific Features
Home Screen Icon
Splash Screenhas been deprecated or bugged since iOS 9.x, see this post
Android Specific Features
Home Screen Icon
Splash Screenhandled automatically via the set icon and background color
Custom toolbar color in Chrome
manifest.json
Windows Specific Features
Home Screen Icon
browserconfig.xml
Shared Features
CSS asynchonous loader to prevent render blocking
Loader screen
Utilities.isWebPlatform and Utilities.isWebStandalone
favicon.ico
The text was updated successfully, but these errors were encountered:
#57 Added support for different HTML files and asset bundling for mobile web.
This issue is for adding mobile web specific features, such as home screen icons, splash screens, favicons, and other assets that can make a mobile website feel more like a native app.
Splash Screenhas been deprecated or bugged since iOS 9.x, see this postSplash Screenhandled automatically via the set icon and background colormanifest.json
browserconfig.xml
Utilities.isWebPlatform
andUtilities.isWebStandalone
favicon.ico
The text was updated successfully, but these errors were encountered: