This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Mobile scrolling problem #1060
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
🔧 tech: vue
Requires familiarity with Vue.js
Description
Mobile web sites commonly use scroll detection on the
<body>
element to hide/toggle ui elements. For example, mobile Firefox on Android uses this to hide/show the address bar in the footer.Because we're not scrolling the body, and instead scrolling an internal element for the search results area, the browser never detects user scroll and never hides the the address bar.
Reproduction
The fix for this would be to reassess our global layout. Some potential solutions:
The text was updated successfully, but these errors were encountered: