Open
Bug 1914119
Opened 1 year ago
Updated 8 months ago
[meta] Hide dynamic toolbar based on scroll delta (as reported by Gecko), not based on intercepted touch move events
Categories
(Firefox for Android :: Toolbar, task, P1)
Tracking
()
NEW
People
(Reporter: petru, Assigned: petru)
References
(Depends on 6 open bugs, Blocks 6 open bugs)
Details
(Keywords: meta)
As a continuation of the PRD describing a new framework for driving these features based on scroll data and recent discussions with the APZ team there is an agreement to try moving to a new framework driven by APZ reported scroll/overscroll distances.
| Assignee | ||
Comment 1•1 year ago
|
||
As a basic proof of concept showing how using the scroll data of the outer page could easily drive the dynamic toolbar - bug 1913361
There is one important issue: 100vh pages aren't scrollable but we'd need to allow translating the dynamic toolbar off screen to allow users see all content.
See Also: → 1913361
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
No longer blocks: android-toolbar-phase-1-beta
Updated•1 year ago
|
Summary: [Meta] Refactor dynamic toolbar framework to use reported scroll data → [meta] Hide dynamic toolbar based on scrolling, not based on intercepted touch move events
Updated•1 year ago
|
Summary: [meta] Hide dynamic toolbar based on scrolling, not based on intercepted touch move events → [meta] Hide dynamic toolbar based on scroll delta (as reported by Gecko), not based on intercepted touch move events
You need to log in
before you can comment on or make changes to this bug.
Description
•