android-simple-tooltip icon indicating copy to clipboard operation
android-simple-tooltip copied to clipboard

Clickable view

Open DavidGalvis opened this issue 8 years ago • 5 comments
trafficstars

can be element inner anchorView clickable with .modal(true) ?, I couldn't. I want to click only inner anchorView element.

DavidGalvis avatar Apr 26 '17 01:04 DavidGalvis

Unfortunately, not now. The modal mode enable touch capture in the OverlayView. This OverlayView covers 100% of the screen.

What can be implemented in library is a listener to capture touch event. Then allow get the touch position and delegate the event to Views in background.

I can take a look at the weekend. If you have a suggestion, please feel free to submit a pull request. 😄

douglasjunior avatar Apr 26 '17 02:04 douglasjunior

Yes I have a suggestion, I can work on this at the weekend too and if it works, i will send you a pull request. I'm happy to help you.

DavidGalvis avatar Apr 26 '17 14:04 DavidGalvis

Did you happen to make it work?

sajadmaster avatar Aug 31 '17 00:08 sajadmaster

Sorry, not yet. I'm very busy right now.

douglasjunior avatar Aug 31 '17 00:08 douglasjunior

i have used setContentView And I wanrt to add conclick in chlld element Onclick listner not working

HarshLathigara1 avatar May 13 '20 11:05 HarshLathigara1

I'm having a similar issue. I'm using this to display a message, and have a requirement to only dismiss the tooltip if the user touches on a certain icon inside of the tooltip.

fiveSpeedMazdarati avatar Jan 17 '23 19:01 fiveSpeedMazdarati