You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Lines 3195 and 3222 of jquery.mobile-1.4.1.js use the token default. This is a reserved keyword and fails on Android 2.3.3 and 2.3.4 devices which I assume do not use ECMAScript Fifth edition as the issue does not occur on Android 4.0.4 device.
If I change lines 3195 and 3222 to use for example defaultDuration the issue is resolved.