Bug 1850810 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.

Fenix allows users to Zoom via the accessibility settings. This bug is to research the settings the feature should have based on meeting accessibility criteria, user expectations, and user experience. 

**Fenix Current Default (August 30, 2023):**
* Automatic font sizing (default on)
   * This setting automatically makes the Firefox zoom settings mirror the Android system 
zoom settings. (50% - 200%)
   * Using `browser.display.os-zoom-behavior = 1` (at present, could change)
  * The off setting enables a slider to manually set the value for Firefox 50% - 200%

**Possible Options, if all were decoupled**
* Font inflation - toggle on/off
* Zoom - toggle on/off
* Match system zoom settings - toggle on/off
* Full Zoom or Text Zoom - Select
* Full Zoom - 50% - 200% - `browser.display.os-zoom-behavior = 1`
* Text Zoom - 50% - 200% - `browser.display.os-zoom-behavior = 2`
  
This bug is to research if we should:
a) Make all of these options available
b) or determine what options are best suited for Android
c) and file the correct bugs based on the decisions
Fenix allows users to Zoom via the accessibility settings. This bug is to research the settings the feature should have based on meeting accessibility criteria, user expectations, and user experience. 

**Fenix Current Default (August 30, 2023):**
* Automatic font sizing (default on)
   * This setting automatically makes the Firefox zoom settings mirror the Android system 
zoom settings. (50% - 200%)
   * Using `browser.display.os-zoom-behavior = 1` (at present, could change)
  * The off setting enables a slider to manually set the value for Firefox 50% - 200%

**Possible Options, if all were decoupled**
* Font inflation - toggle on/off
* Zoom - toggle on/off
* Match system zoom settings - toggle on/off
* Full Zoom or Text Zoom - Select
* Full Zoom - 50% - 200% - `browser.display.os-zoom-behavior = 1`
* Text Zoom - 50% - 200% - `browser.display.os-zoom-behavior = 2`

**Related Options to Consider**
* Scale for printing - see bug 1841089
  * Should it be its own slider somewhere or reflect the full/text zoom?
  
This bug is to research if we should:
a) Make all of these options available
b) or determine what options are best suited for Android
c) and file the correct bugs based on the decisions

Back to Bug 1850810 Comment 0