Skip to content

Does even bubbling exist, or how to enable cancelsTouchesInView ? #30

Closed
@jlongster

Description

@jlongster

I don't see a stopPropagation method on the Event instance we get in a touch handler. Is there a way to do the equivalent of setting cancelsTouchesInView = YES on a view so that touch events do not go to parent views?

We probably don't need something like stopPropagation because you can't really do that on iOS, but some static property to set on a View.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions