ViewTooltip icon indicating copy to clipboard operation
ViewTooltip copied to clipboard

Add ability to remove Tooltip on outside touch event.

Open Shubham7819 opened this issue 4 years ago • 0 comments

Anyone knows how to remove ViewTooltip on outside touch event.

I want ViewTooltip to stay until any touch event occurs outside of its view area

i've tried workaround suggested in issue #16 , but it is not working as it supposed to for this case, it removes ViewTooltip even on inside touch i've also tried setting flag FLAG_WATCH_OUTSIDE_TOUCH and watching for touch event using onTouchEvent() but it does not detect outside touches.

Shubham7819 avatar Dec 19 '19 13:12 Shubham7819