html - Webpage zoom in when i click on input, button or other controls -


i facing simple issue bootstrap theme. works fine on browsers expect ios safari browsers.

when click on input field or button zoom in page.

shall use following block auto zoom option <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1" />

or there other way of doing it, noticed sometime using these option breaks design in cases.

i think can better use

 transform: scale(1.5);  

on body example


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -