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
Using IOS Google Chrome 75.0.3770.70client.isMobile() test returns false. The navigator's user agent simply doesn't contains the iPhone keyword, I guess this is why it's failing. It would be nice to check navigator.platform in this case, because it returns iPhone.
The text was updated successfully, but these errors were encountered:
Using IOS Google Chrome 75.0.3770.70
client.isMobile()
test returns false. The navigator's user agent simply doesn't contains the iPhone keyword, I guess this is why it's failing. It would be nice to checknavigator.platform
in this case, because it returns iPhone.The text was updated successfully, but these errors were encountered: