mozilla-mobile / reference-browser

A full-featured browser reference implementation using Mozilla Android Components.
Mozilla Public License 2.0
573 stars 161 forks source link

Toolbar scrolls off screen even if page fills the viewport #512

Open mcomella opened 5 years ago

mcomella commented 5 years ago

Steps to reproduce

  1. 3-dot -> Settings -> About Reference Browser
  2. Scroll page up and down

Expected behavior

Actual behavior

Device information

A gotchas you'll have to look out for when fixing this: if a page is fullscreen, some content may be hidden behind the toolbar: presumably that content should be brought above the toolbar before the toolbar scroll is disabled.

mcomella commented 5 years ago

See also https://github.com/mozilla-mobile/focus-android/issues/3815 and https://github.com/mozilla-mobile/firefox-echo-show/issues/95

pocmo commented 5 years ago