0

I need to add some custom menu items in contextual action bar for WebView. My current research shows that only one of the following two things can be done.

  1. Override action mode to supply custom action items. In this case default items are gone.
  2. Use system provided action mode. In this way, I can't add my menu items.

enter image description here

Ammar
  • 1,811
  • 5
  • 26
  • 60

1 Answers1

0

May this will solve your problem. https://github.com/TheFinestArtist/FinestWebView-Android

anton46
  • 391
  • 3
  • 3