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
Thanks! Was able to make a minimal reproducible out of it. Internally in the application there is a check for "isMobile" which is performed like this: typeof window.orientation !== 'undefined'
Chromium: false
WebKit: true
If it's true the card descriptions don't get rendered -> no hover animations. Sounds like a bug on our side since this behaviour is different to what Safari does, will keep you updated.
mxschmitt
changed the title
[BUG] Desktop Safari. Hover doesn't work properly in application on React
[BUG] window.orientation on WebKit is different to what Safari gives you
Jan 19, 2022
Context:
Code Snippet
Describe the bug
The site has a game card, if you hover over it, 2 buttons appear. That how it works in Chrome and Firefox, but buttons do not appear in Safari.
The text was updated successfully, but these errors were encountered: