September 1st, 2010, 03:06 PM
|
#1 (permalink)
|
|
New Member
Join Date: Sep 2010
Posts: 1
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
screen.height not correct -> emulator problem/js problem
Hello
I am using javascript to dynamically resize a div in my page. However, it seems to me that screen.height is not returning the value in android emulator 2.2 api 8.
However, screen.width seems to be correct.
Any idea? Is this a known emulator problem?
I am getting the height of the viewable area with the following javascript:
screen.height
|
|
|