Skip to content

Button TouchEvents causing crash on android during TOuch DOwn + Drag out situations #276

@Glidias

Description

@Glidias

I had to comment this out to prevent crashing in Button.hx on an Android samsung phone.

    //#if mobile
    //    this.addEventListener(flash.events.TouchEvent.TOUCH_OUT, Button._onHout);
    //    this.addEventListener(flash.events.TouchEvent.TOUCH_OUT, Button._onRelease);
    //#end

Not sure about IOS and other device types. Are the TouchEvents really needed? It seems to work fine (and in fact less buggy) without the TouchEvents.

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