johnfactotum / foliate-js

Render e-books in the browser
https://johnfactotum.github.io/foliate-js/reader.html
MIT License
318 stars 43 forks source link

Bug: Navbar hidden under Mobile Safari address bar #12

Closed aehlke closed 11 months ago

aehlke commented 11 months ago

Solution should be to use position: fixed instead of absolute, reference: https://erikmartinjordan.com/position-absolute-ios however flex is also breaking this behavior which I don't know what to do about yet.

Also recommend using 100dvh / 100dvw instead of 100%