Do not disable the zoom with the user-scalable
property
It is important to be able to zoom in or out of a page. For this purpose, the following declarations must not be used:
<meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=1;" name="viewport" />
<meta name="viewport" content="user-scalable=no" />