1

I have created one HTML5 mobile web app and tested in different devices like iphone,ipad,android phones and tablets.How I can optimize the size and resolution for this app in all these different devices?

Jarrod Dixon
  • 15,727
  • 9
  • 60
  • 72
Ajith Kumar P V
  • 151
  • 1
  • 1
  • 5

2 Answers2

2

You could use CSS media queries to optimize your web app for different screen sizes rather than optimizing it for different devices.

lukad
  • 17,287
  • 3
  • 36
  • 53
0

Responsive Web Design is what you want. The Responsive Web Design article on MDN is good introduction and includes links to many other helpful articles.

groovecoder
  • 1,551
  • 1
  • 17
  • 27