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
Is there a *HideIfNot and *ShowIfNot feature or something that can work similar to it ?
Scenario:
I'm trying to get a div section to show only when the user is on "Chrome, Firefox, Edge or IE11".
Anything else it will hide and show another div saying they should only use the specified browser.
Any idea if this is possible?
Thanks.
The text was updated successfully, but these errors were encountered:
This library hides or shows elements based on media queries or browser detection, it's the entire purpose. You're asking for a feature that basically defines it.
Yes I am aware that the library has a "Hide If" and "Show If" feature.
However, what I'm asking for is an enhancement by having "If Not" being supported.
In my template file I should then be able to show an element based on the supportedPlatform variable and an element based on the negation of the supportedPlatform variable too i.e. everything that is not chrome/desktop.
Is there a *HideIfNot and *ShowIfNot feature or something that can work similar to it ?
Scenario:
I'm trying to get a div section to show only when the user is on "Chrome, Firefox, Edge or IE11".
Anything else it will hide and show another div saying they should only use the specified browser.
Any idea if this is possible?
Thanks.
The text was updated successfully, but these errors were encountered: