Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description (last modified by dmethvin) (diff)
$(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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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)