Try this meta:
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
user-scalable=0
not valid.
From the Safari Development Library , supported meta tags:
custom scalable
Determines whether the user can zoom in or out, regardless of whether the user can zoom in on the viewport. Set yes to enable scaling and not prohibit scaling. The default is yes. Setting scalability for the user also does not prevent the web page from scrolling when entering text in the input field.
source
share