avoid zoom by double clicking on mobile jquery

0

The problem arises when the content of the screen does not fit completely in mobile and makes a small horizontal screen, it does not allow me to double click on the screen because when doing it I activate the zoom, it brings the screen a little closer.

Would there be any way to avoid that zoom by double clicking? I have read on this page and on google and I have not found anything. I'm using Java script.

    
asked by Lorenzo Martín 15.08.2018 в 14:02
source

1 answer

1

Good day to avoid zooming in mobile I recommend that in you viewport do not allow it in the following way I hope that resolves your doubt

<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
    
answered by 15.08.2018 / 17:15
source