Skip to content

Patch to resolve getDimensions problem in iphone #98

Description

@GoogleCodeExporter
Hi,

This patch resolves some problems in iphone

____

getDimensions: function () {
            // fix a jQuery bug with determining the window height/width - use innerHeight/innerWidth if available
            var s = this,
                wih = typeof window.innerHeight === 'undefined' ? wndw.height() : window.innerHeight,
                wiw = typeof window.innerWidth === 'undefined' ? wndw.width() : window.innerWidth;

                        d = [doc.height(), doc.width()];
            w = [wih, wiw];
        },

______

Regards,
OR

Original issue reported on code.google.com by osvaldo....@gmail.com on 18 Oct 2013 at 11:30

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions