Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transitionend not firing on Android 4.2.2 #75

Open
Gerarddus opened this issue Aug 27, 2014 · 0 comments
Open

transitionend not firing on Android 4.2.2 #75

Gerarddus opened this issue Aug 27, 2014 · 0 comments

Comments

@Gerarddus
Copy link

I implemented SwipeView in a Cordova 3.5.0 project. All seems to be working fine, except on Android 4.2.2 there's a problem.
SwipeView detects the "transitionend" event on the Android native browser, but unfortunately this event is not implemented by this browser. "webkitTransitionend" is, however. After some googling I found that Modernizr had the same problems (for Android 4.1). They fixed it over here:
bpierre/vue@057c086

I propose the same solution for SwipeView:

var vendors = 'webkitT,t,MozT,msT,OT,t'.split(','),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant