Bug Tracker

Modify

Ticket #4416 (closed bug: worksforme)

Opened 4 years ago

Last modified 3 years ago

$(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

height = $(window).height()
window.innerHeight;

Series 60 javascript reports window.innerHeight correctly. But innerHeight is not exactly "height" but is ok for me now.

Change History

comment:1 Changed 4 years ago by santrajan

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)

comment:2 Changed 3 years ago by dmethvin

  • Component changed from unfiled to attributes
  • Description modified (diff)
  • Summary changed from $(window).height() does not work on Nokia Series 60 to $(window).height() does not work on Nokia 5800

comment:3 Changed 3 years ago by snover

  • Status changed from new to closed
  • Resolution set to worksforme

Only S60 v5.0 is supported by jQuery. This should be fixed as of 1.4.3; please reopen if not.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.