PWA Auto zoom on input field

0
Hi all!   I’m currently developing a PWA (offline first), when I test the application on my phone the application automatically zooms/highlight the input field. But it never zooms out again and this is really annoying for the end user (UX). I saw a previous post where someone suggests to add a html snippet with following statement: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> But cuz I’m working with a ‘phone web offline’ using html snippets is not allowed, I have not found any solution yet. Anyone experience with this topic?    Thanks!  
asked
1 answers
1

Hi, 

Try to put the HTML above inside a custom index.html page. Have look here at paragraph 9 to see how this works: https://docs.mendix.com/howto/front-end/customize-styling-new/

 

answered