Opened 14 years ago
Closed 12 years ago
#4416 closed bug (worksforme)
$(window).height() does not work on Nokia 5800
Reported by: | santrajan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | attributes | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
$(window).height() reports 0 on Nokia Series 60 (Nokia 5800). My workaround for this was
window.innerHeight; |
Series 60 javascript reports window.innerHeight correctly. But innerHeight is not exactly "height" but is ok for me now.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Component: | unfiled → attributes |
---|---|
Description: | modified (diff) |
Summary: | $(window).height() does not work on Nokia Series 60 → $(window).height() does not work on Nokia 5800 |
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Only S60 v5.0 is supported by jQuery. This should be fixed as of 1.4.3; please reopen if not.
Note: See
TracTickets for help on using
tickets.
oops! It is Nokia 5800 not 6800. and work around is height = $(window).height() "or" window.innerHeight (I cant put the correct javascript "or" here)