I am using twitter bootstrap . I want to disable touch device scaling. I have already used
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
this is. Without a bootstrap frame, I can prevent the scaling of touch devices, but with a framework I canβt. So are there any ways around this?
Thanks in advance.
html twitter-bootstrap zooming
Dipen dedania
source share