-
Notifications
You must be signed in to change notification settings - Fork 846
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels