views:

94

answers:

2

Hi

I'm trying to develop a site for mobile phones.
At the moment it seems to work on iphone and android htc desire and an n95.

When I try it on an LG renoir instead of the page fitting the width of the screen the page displays at least twice as wide as it should meaning you can scroll left and right.

Has anyone come across this before, or knows how to stop it.

Warm regards

+1  A: 

Web developers usually interface with WFURL in their server code so they can deliver a specific version of their CSS and HTML code that will look correct on the mobile handset screen size, based on the HTTP request User Agent.

QuickRecipesOnSymbianOS
I think its the page size, its over 19k. Its seems to work if I remove a couple of dropdown boxes and reduce the page size to about 14k
steve
A: 

If you are developing in .NET please use

http://www.51degrees.mobi/Products/NETMobileAPI/tabid/86/Default.aspx it is a free ASP.NET mobile api which helps to integrate mobile devices with existing and future web sites. It makes use of WURFL device database.

It has many other facilities for mobile web development.

Have a look

Thanks Amit Patel.

Amit Patel