Bug 1917757 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

### Capturing a new data type:
How many users are using their Android phones with a 3-button navigation bar vs a Gesture navigation bar?


### How we might do that:
Check the reported system gesture insets' left and right values to know if on the sides of the screen is an area on which the system gesture - back swipes have priority. Values should be `0` if 3-button navigation is used instead.

### Why do we need this?
This will data point that has been requested by Mobile UX leadership to help understand the impact of the new nav bar.
And address the potential redundancy of the back button.
### Capturing a new data type:
How many users are using their Android phones with a 3-button navigation bar vs a Gesture navigation bar?


### How we might do that:
Check the reported system gesture insets' left and right values to know if on the sides of the screen is an area on which the system gesture - back swipes have priority. Values should be `0` if 3-button navigation is used instead.

### Why do we need this?
Aarjav pointed that this will data point that has been requested by Mobile UX leadership to help understand the impact of the new nav bar.
And address the potential redundancy of the back button.

Back to Bug 1917757 Comment 0