## Use case <!-- We need a Text selection Callback similar to on tap. --> ## Proposal <!-- We need a way to get a callback message with the selected text. It would be preferred if there were a "word tap" function. In the Webview we can set all words to give a callback using <P> Our app is https://github.com/bksubhuti/tipitaka-pali-reader Our app is live on the android play store https://play.google.com/store/apps/details?id=com.paauk.tipitakapalireader&hl=en_US&gl=US Here the word is "tapped" and a callback is given to us. We then use this for instant dictionary lookoup. However, webview is old tech and gives us many problems and limited to mobile. We can long press to select the word and then use popup. I saw some code somewhere else that explains the popup callback. Is this available .. is there a sample for this? Is it possible to have an onSelected() {} with no menu.. and then the user does not need to do so many steps? If there is a onWordTap() {} this would be better Adding these to the features would be very useful for our team. Then we would also need a disable popup if we handle automatically. Please see app for an example. Click on any tile and it will open a book. tap any word and a bottom sheet will give a definition. -->