I have created an application which will work only on limit zoom level. So I need to restrict that user can zoom the limited level.
I have tried with,
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
But it always allows upto the device.