I cannot seem to find the workaround for this.
On ios9 in mobile safari, if a webapp uses position:absolute
and bottom:0
for the content area to cover the whole screen, when in landscape mode
the safari navigation bar will cover the bottom of the content and you cannot scroll past it - it does NOT block in portrait.
- portrait mode is fine, even when navigation bar is there
- it's not an orientation change bug, happens if page is started in landscape
- bug does NOT happen if the webpage is added to the homescreen, works perfect in landscape and content is visible (because navigation is not there)
So why does safari get bottom:0
correct in portrait but not landscape?