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
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
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 :)