Automatic Zoom in PWA on iOS

2
Hi fellow developers, at every input field in my PWA on iOS, the iPhone slightly zooms in and therefore destroys the App look and feel. After each input i need to manually zoom out again. On Android it works properly. Is there an option to prevent that auto zoom?  I tried MS Edge and Safari and both do that annoying zoom. Best Max  
asked
3 answers
2

Hi Daniel,

for me it meanwhile worked to use an html snippet with following statement: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>

Best wishes

Max

answered
0

also looking for an answer to this question

answered
0

Just a suggestion. You say this only happens at every inputbox. My first check would be to see if this also happens with a regular, non-Mendix input box.

Another option is to try input-addons that are available on the Marketplace:

- Bootstrap: https://marketplace.mendix.com/link/component/2790/JAM-IT/Bootstrap-Input-Addons

- IMask https://marketplace.mendix.com/link/component/114482

Good luck!

answered