Is there any way to determine whether you're in Safari fullscreen mode when you're using the meta tag apple-mobile-web-app-capable
?
Asked
Active
Viewed 543 times
2

ThinkingStiff
- 64,767
- 30
- 146
- 239

Johannes Flood
- 735
- 3
- 7
- 9
-
– Johannes Flood Dec 19 '12 at 22:01
-
Yes, I think it was with javascript, i'll search it later – jcesarmobile Dec 19 '12 at 22:25
1 Answers
0
With this one
window.navigator.standalone
It is true
in full screen

jcesarmobile
- 51,328
- 11
- 132
- 176