Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

The page size changes always.  #4857

@ahmadalli

Description

@ahmadalli

I had this code

$(window).resize(function() {
  $('#log').append('<div>Handler for .resize() called.</div>'+$(window).height()+","+$(window).width());
});​

and when I run it without adding a reference to JqueryMobile in iPad the page doesn't change and nothing added to the page (code).

But when I run it with adding a reference to JqueryMobile in iPad it always added new page sizes (code).

I think it's a really important bug of JqueryMobile for multi platform web programmers.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions