it is possible to disable zooming on mobile device while using bootstrap?
Answer / 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 |
What is button group in bootstrap?
How to create a navbar in bootstrap?a
Explain what is Bootstrap?
Do you know what are bootstrap labels?
What is pagination in bootstrap?
What is bootstrap development?
How can we customize links of pagination in bootstrap?
What is input groups in bootstrap?
Explain me how to create thumbnails using bootstrap?
Tell me what is affix plugin?
How can you order columns in Bootstrap?
Tell me how will you create a striped progress bar using bootstrap?