
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
To “user-scalable=no” or not to “user-scalable=no” in HTML5
For responsive design, you do not have to use user-scalable=no. Use it only if you want your application to look more like a native app.
Zooming is a key feature for accessibility and you need to keep that in mind. You can control that users won't break your design if they zoom in. If you are doing responsive and your design breaks when zooming in, then you're not doing it right.
If you totally need to use it, then keep in mind that zooming is an important accessibility feature that is used by many people.
- Related Questions & Answers
- Inline conditions in Lua (a == b ? “yes” : “no”)
- How to create a dialog with “yes” and “no” options in JavaScript?
- How to work with “!=” or “not equals” in MySQL WHERE?
- Why does Lua have no “continue” statement?
- canvas.style.display = “block” not working in HTML5
- Deletions of “01” or “10” in binary string to make it free from “01” or “10” in C++ Program
- Deletions of “01” or “10” in binary string to make it free from “01” or “10" in C++?
- HTML5 <input type=“file” accept=“image/*” capture=“camera”> display as image rather than “choose file” button
- Is it autofocus=“ autofocus” or autofocus in HTML5?
- Python Object Comparison “is” vs “==”
- C++ Program to Print “Even” or “Odd” without using conditional statement
- C Program to print “Even” or “Odd” without using Conditional statement
- Using combination of “AND” and “OR” in SELECT in ABAP
- Using “not equal” in MySQL?
- HTML5 Input type “number” in Firefox
Advertisements