Visibility for PWA/Standalone mode
-
I have a popup that only triggers on Safari, instructing users how to install the PWA for iOS.
The PWA is always in standalone mode. I want to use CSS to hide the popup in standalone mode
I tried this code with no luck
@media all and (display-mode: standalone) { .hustle-layout { display: none; } }
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Visibility for PWA/Standalone mode’ is closed to new replies.