Hello good people.
In the native samsung browser , when url address bar (at top) is clicked , a menu pops up.
(Also with sub menu to add/edit app icons).
How would I access this menu and modify it with a call to my app? (with the current url string)
Is there a way to add such a thing on chrome or any other web browser? (Selecting the url above and get a menu in response)
This example uses inline Java with JavaObject to allow creating custom context menus when the user selects text. To use it in your project you need to add the inline Java code and implement this method: Sub ContextMenu_Create(ActionMode As JavaObject, FocusedView As View) Dim menu As...