hluhovskyi / HoldingButton

Button which is visible while user holds it. Main use case is controlling audio recording state (like in Telegram, Viber, VK).
Apache License 2.0
598 stars 72 forks source link

Circle is blocked when swiping in straight line #14

Closed Jhiertz closed 5 years ago

Jhiertz commented 5 years ago

Hi, I'm implementing your library in my project.

I've got an issue when I tried to swipe the button, it's blocked when I swipe in a straight line (see gif below)

If I go a little bit to top or bottom before swiping, everything works.

recorder_issue

recorder_working

I have a lot of a view in my holding button but this issue appears even with only an Imageview inside.

Jhiertz commented 5 years ago

There was a conflict with an invisible view pager.

Nothing wrong with the library, nice work !