eurofurence / ef-app_android

Eurofurence App (Android version)
MIT License
13 stars 5 forks source link

Tapping on Buttons in Dealer Details interrupt scrolling #256

Closed Pinselohrkater closed 6 years ago

Pinselohrkater commented 6 years ago

If you scroll down in the dealer detail view and your 'drag point' starts on a link button, it immediately launches the browser and interrupts scrolling.

This is the only place that behaves that way; other 'tappable' elements don't fire when you just happen to tap on them in order to scroll the page.

Maybe there's a better event to hook the button handler up to?