I am currently trying to troubleshoot an issue with a bootstrap theme. It seems to be working perfectly on all browsers except for ios safari browsers.
Whenever I click on an input field or button, the page suddenly zooms in. It's quite frustrating.
Would it be a good idea to use the following code to prevent the auto zoom feature:
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1" />
Alternatively, is there another method that could solve this problem? I have noticed that sometimes using these options can negatively impact the design in certain scenarios.