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
Describe the Bug
When testing on a browser, show-when is always displayed. In Chrome inspect the page, and change between iPhone and Pixel devices - I would expect that this handled correctly.
In the code below the show-when for ios is always displaying which is not right when testing in browser.
This seems to only be for "mode" which looks like it always evaluates to true. You can see here for hide-when that it is always hidden for "mode".
@dylanvdmerwe, I noticed in your example that you have mode="android,windows,core,mobileweb" which I think should be platform="android,windows,core,mobileweb"
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
Describe the Bug
When testing on a browser,
show-when
is always displayed. In Chrome inspect the page, and change between iPhone and Pixel devices - I would expect that this handled correctly.In the code below the
show-when
forios
is always displaying which is not right when testing in browser.Related Code
Expected Behavior
show-when
should work properly when inspecting in a browser. Same behaviour expected forhide-when
.The text was updated successfully, but these errors were encountered: