Skip to content

Samsung Galaxy s3 #90

@vinu4git

Description

@vinu4git

I have developed a phone app using phonegap and used jquery transit for slide up. It works on most of the phones but a bummer was the latest samsung galaxy s3 with jellybean os on it. The code is as below

$('#id').transition({
y : '0%'
});

I tested it against jelly bean simulator and other devices of the same class (xhdpi). Works fine even on low end phones also running on even android 2.2.1.

I am using jquery 1.7 and the error it returns on the console

is 10-29 13:45:21.165: E/Web Console(28241): Uncaught TypeError: Object none has no method 'setFromString':10

Tried doing a fall back catching this exception in vein. No uncaught exception here but the animation does not happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions