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 column ordering in Bootstrap?
Do you know what dependencies does bootstrap require for it to work properly?
Differentiate Between Fluid Layout & Responsive Layout?
Would you tell me something about glyphicons and how are they written in our code?
What is column ordering and how it works?
Tell me how will you create a vertical pills navigation menu?
What are glyphicons? How to use them?
How will you create a Bootstrap Dismissal Alert?
Do you know what are the key components of bootstrap?
Explain me the bootstrap basic table?
How will you create a vertical pills navigation menu?
What Do You Understand By A List Group In Bootstrap And Its Use?