zoro
zoro

Reputation: 333

blank space at the bottom html5 jquery

I have been trying to find the answer with stackoverflow, and with google, but still can not solve my problem.

Here it is: I am working with jquery, when I use Safari - iPhone 3Gs to open my app, there is always a blank space at the bottom of the screen. I can not remove it. :(

The code is here: http://jsfiddle.net/XxB6Y/17/ And here is full code with images: http://www.mediafire.com/?bds0xgnzxki22ww

And one more thing I can not understand is when I use a REAL Iphone to test my App, and switch to view12 (id: contentView12) or view22 (id: contentView22) , the input textfield appears differently (underneath the picture) with the thing that appears when I use simulator to test. :(

Thank you so so so much.

Upvotes: 1

Views: 272

Answers (1)

Ihor Vorotnov
Ihor Vorotnov

Reputation: 1797

Your calculated heights are incorrect, I guess. I played a bit with your code and there's no whitespace now:

http://jsfiddle.net/XxB6Y/18/

Can you tell what should be the final total height so I can calculate correct numbers?

Upvotes: 1

Related Questions