PWAs show an empty space for the toolbar, but only when the toolbar position is ‘Top’
Categories
(Fenix :: PWA, defect, P5)
Tracking
(Not tracked)
People
(Reporter: cpeterson, Unassigned)
References
Details
From github: https://github.com/mozilla-mobile/fenix/issues/19972.
Steps to reproduce
- From the three-dot menu, select Settings > Customize and set:
- ‘Toolbar’ to ‘Top’
- ‘Scroll to hide toolbar’ disabled
- Install any PWA that uses
"display": "fullscreen"
or"display": "standalone"
in its manifest (for these screenshots, I'm using https://davidsekar.github.io/pwa-sample/)- Open the PWA
Expected behavior
The PWA should use the entire screen (except for Android UI elements, if
"standalone"
).Actual behavior
The PWA shows an empty space at the top in the area where the toolbar would appear in Fenix. (Below the status bar, if one is visible, and above the actual app content.)
Here is a table of screenshots (only the top-right is unexpected):
<table>
<thead>
<tr><th>Toolbar position</th><th>In Fenix</th><th>As PWA</th></tr>
</thead>
<tbody>
<tr><th>Top</th><td><a href="https://user-images.githubusercontent.com/1570964/121718485-5c81d700-cab0-11eb-8c22-6697927e9247.png"><img alt="Screenshot" height="256" src="https://user-images.githubusercontent.com/1570964/121718485-5c81d700-cab0-11eb-8c22-6697927e9247.png"/></a></td><td><a href="https://user-images.githubusercontent.com/1570964/121718510-60adf480-cab0-11eb-908a-26cd9c087108.png"><img alt="Screenshot" height="256" src="https://user-images.githubusercontent.com/1570964/121718510-60adf480-cab0-11eb-908a-26cd9c087108.png"/></a></td></tr>
<tr><th>Bottom</th><td><a href="https://user-images.githubusercontent.com/1570964/121718520-63104e80-cab0-11eb-918a-c74982e6297c.png"><img alt="Screenshot" height="256" src="https://user-images.githubusercontent.com/1570964/121718520-63104e80-cab0-11eb-918a-c74982e6297c.png"/></a></td><td><a href="https://user-images.githubusercontent.com/1570964/121718531-660b3f00-cab0-11eb-9956-c16fd8dab76f.png"><img alt="Screenshot" height="256" src="https://user-images.githubusercontent.com/1570964/121718531-660b3f00-cab0-11eb-9956-c16fd8dab76f.png"/></a></td></tr>
</tbody>
</table>Device information
- Device vendor / model and Android version: Amazon Fire (KFFOWI), Android 5.1.1
- Firefox for Android version: 89.1.1-armeabi-v7a
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•1 years ago
|
Description
•