mobile webapp
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;" />