- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Phonegap + Windows Phone 8 : HTML5 viewport meta & scaling issue
Whenever you face such issue, it would mean you have not written the CSS properly.
Just add the following in CSS −
* { zoom:1; -ms-content-zooming:none; }
For some code, even the following works −
@viewport { width:320px; } @-ms-viewport { width:320px; zoom-user:fixed; max-zoom:1; min-zoom:1; }
- Related Articles
- HTML5 meta name = “viewport” doesn't work as expected
- HTML Viewport meta tag for Responsive Web Design
- HTML5 tag on Android for PhoneGap application
- HTML5 audio not playing in PhoneGap App
- Cross domain HTML5 iframe issue
- HTML5 getCurrentPosition almost always failing in PhoneGap on iOS
- HTML5 Canvas & z-index issue in Google Chrome
- How to actually work with HTML5 Canvas camera/viewport?
- Windows 8 task managers running process
- Define Viewport
- Corona vs. Phonegap vs. Titanium
- HTML DOM Meta Object
- Issue Of Debentures
- Issue Of Shares
- How to set Viewport?

Advertisements