Skip to content

transitionend not firing on Android 4.2.2 #75

@Gerarddus

Description

@Gerarddus

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(','),

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