Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


mobile webapp
by admin
 at 2017-06-06 01:37:00.

to make sure that your web app scales correctly for both desktop and mobile apps adding the fallowing line to you html header would be necessary
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width;" />