Reputation: 1098
I have a design where a div covers the whole viewport (a teleprompter app). Although I have managed iPads to enter fullscreen mode using the fullscreen api, as soon as I scroll DOWNWARDs the content of the div (overflow-y: scroll), the iPad moves the overlay itself (so the elements below it show) and – if you scroll further – exits the fullscreen mode.
Scrolling UP, on the other hand, has no negative effect, the behavior is as expected and the content of the div is scrolled. It also has no effect if I scroll downwards with an angle, so not absolutely on the y-axis but more like 45 degrees downward stroke.
Is this a bug in the API?
Upvotes: 1
Views: 564