it is possible to disable zooming on mobile device while using bootstrap?
Answer Posted / Ram Prakash Soni
Yes, it's possible to disable the default zoom functionality in Bootstrap on mobile devices by disabling touch-zoom. To do this, add the following line of code within your stylesheet: `meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no". This sets the maximum scale to 1 and disables user scaling.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers