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
Unfortunately, this is a tradeoff you have to make if you want to provide splash screens for iOS platform. As described in blog post in motivation, iOS doesn't respect Web App Manifest specs and it introduces it's own non-standard way of dealing with splash screens.
Adapted from brunocodutra/webapp-webpack-plugin#181 (by @Scrumplex)
favicons utilizes media attributes, that are deprecated.
Example:
This example contains the
device-width
anddevice-height
which are both deprecated in favour ofwidth
andheight
. [1]These should therefore be replaced accordingly.
Validator I used: https://validator.w3.org/nu/?doc=https%3A%2F%2Fscrumplex.net&submit=Check
The text was updated successfully, but these errors were encountered: