Is there a good way to listen for both Touch
and LongClick
events?
When my touch event fires, the resulting actions are all in a different thread, so code isn't running in the UI thread, but the long click event still doesn't seem to fire. This is in Xamarin, if that makes a difference.
Documentation for OnTouchListener and for OnLongClickListener
Is there a workaround for this?