Hi

I developed an application using Phonegap for Multiple screen support

Problem: for multiple screen support how to make  a common css file.


I used the tag

<meta name="viewport" content="width=device-width, initial-scale=1.0,
user-scalable=no"> in html file.

so that same css is applied for all the screens except MDPI Large
Screens

WVGA800* (480x800)
WVGA854* (480x854)  For these screens the height is limited to the
HVGA screen height(480). It is not auto scaling to the actual screen
height(800/854).

How to solve these problem.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to