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
We are trying to use this plugin to display an "unsupported browser" message on all versions of IE and versions of iOS earlier than 11 (as we know these browsers do not work with our apps.)
For all other browsers we do not want to show a message. With that in mind we are trying to use something like the following plugin settings:
{
browsers: ["cover 100%, not iOS < 11, not IE <= 11"],
promptOnUnknownBrowser: false,
promptOnNonTargetBrowser: false
}
This does exactly what we need with one exception: versions of Chrome on Android earlier than 79 cause the message to appear which seems to be an issue with the query results:
npx browserslist "cover 100%, not iOS < 11, not IE <= 11"
and_chr 79
and_ff 68
<snip>
I realise this is not a direct issue with this plugin per-se but I am after any ideas we can use to stop the message appearing on Android Chrome short of forking this plugin and trying to add a hard-coded exception.
The text was updated successfully, but these errors were encountered:
Environment
We are trying to use this plugin to display an "unsupported browser" message on all versions of IE and versions of iOS earlier than 11 (as we know these browsers do not work with our apps.)
For all other browsers we do not want to show a message. With that in mind we are trying to use something like the following plugin settings:
This does exactly what we need with one exception: versions of Chrome on Android earlier than 79 cause the message to appear which seems to be an issue with the query results:
I realise this is not a direct issue with this plugin per-se but I am after any ideas we can use to stop the message appearing on Android Chrome short of forking this plugin and trying to add a hard-coded exception.
The text was updated successfully, but these errors were encountered: