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.
- Override action mode to supply custom action items. In this case default items are gone.
- Use system provided action mode. In this way, I can't add my menu items.