Creating a custom context menu when selecting text in WebView

I have a WebView in my application and I want to display a custom text selection context menu as shown below:

enter image description here

I do not want to use the Android Context ActionBar. I want to create a small context menu instead of an action.

What should I do?

+5
source share

Source: https://habr.com/ru/post/1209701/


All Articles