I want to open custom bottom sheet when I select text. But browsers have a default helper popup on mobile.I want to remove default browser pop up. How can I do it?
Asked
Active
Viewed 173 times
0
-
1When does this open? After you select some text from the screen? – Rayon Nov 02 '21 at 08:06
-
yes. I do this with selectionchange event listener. – Mustafa Özgün Nov 02 '21 at 08:07
-
How about disabling the text selection and having custom popup/popover on click/tap? – Rayon Nov 02 '21 at 08:19
-
no. I need a pop up for translate. It will translate text after select – Mustafa Özgün Nov 02 '21 at 08:32
-
https://stackoverflow.com/a/9629628/1746830 Let me know if this helps. – Rayon Nov 02 '21 at 09:02
-
it didn't help me. I tried it but I still see helper pop-ups. – Mustafa Özgün Nov 03 '21 at 07:22