I need to develop some html pages for iphone/android phones, but what is the difference between max-device-width
and max-width
? I need to use diffe
If you are making a cross-platform app (eg. using phonegap/cordova) then,
Don't use device-width or device-height. Rather use width or height in CSS media queries because Android device will give problems in device-width or device-height. For iOS it works fine. Only android devices doesn't support device-width/device-height.