SwipeActionView icon indicating copy to clipboard operation
SwipeActionView copied to clipboard

Allow child views to intercept touch events

Open Tunous opened this issue 4 years ago • 0 comments

This pull request fixes the behavior of touch interception by allowing any child views of SwipeActionView to intercept touch events and perform own actions. By doing so it is now possible to scroll inside of horizontally scrolling views that are added as children of SwipeActionView.

C8qM9Yxeib

Closes #22

Tunous avatar Mar 14 '20 13:03 Tunous