• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

droid not using full screen on web page

 
author & internet detective
Posts: 41590
883
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm running into a problem where a web page looks fine on a BlackBerry but only uses part of the screen width on a Droid. I'm testing with the emulator 2.0 AVD, but the problem was reported by someone who has a physical Droid. I then debugged away until I wound up with very little. I have what looks like the bare bones web page to me. As you can see in the attached screenshot, the Droid only uses about a third of the screen width. Any ideas why? Or what I can do about it?



[edited to fix HTML]
Filename: droid.bmp
File size: 636 Kbytes
 
Jeanne Boyarsky
author & internet detective
Posts: 41590
883
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Found the solution. I actually found it because the iPhone has the same problem. As described here, setting the default viewport width aligns what you see with what gets rendered.

 
Rancher
Posts: 1369
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for sharing the solution.
 
Tick check! Okay, I guess that was just an itch. Oh wait! Just a tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic