Closed
Description
This issue is automatically created based on existing pull request: #32253: Add variable font size for input display on iOS
Description (*)
This PR just improvement add variable default for input allow reuse in frontend
Before if we set font size below 16px when focus input display on iOS devices will zoom screen
With this variable FE devs can reuse or re-define they own value
https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
https://www.warrenchandler.com/2019/04/02/stop-iphones-from-zooming-in-on-form-fields/
Related Pull Requests
Fixed Issues (if relevant)
- Fixes magento/magento2#<issue_number>
Manual testing scenarios (*)
- Go to real mobile device
- Navigate to search input
- Focus to input by search something
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)