You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to implement double tap and touch gesture on the same view? It looks like if i register onTouchEvent() with onDoubleTap() on my view, RxView.touches(view) doesn't seem to be working. I need some kind of motion detection to detect particular view in my layout, and also to be able to double tap that view. Any advice? Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Is there a way to implement double tap and touch gesture on the same view? It looks like if i register
onTouchEvent()
withonDoubleTap()
on my view, RxView.touches(view) doesn't seem to be working. I need some kind of motion detection to detect particular view in my layout, and also to be able to double tap that view. Any advice? Thanks in advance :)The text was updated successfully, but these errors were encountered: