Eli Revah
Eli Revah

Reputation: 3676

How do I make a context menu for a webview?

I want to make a context menu for a webview in my app. I want that when the user does a long click on a link, a context menu will popup. Something like this (the left picture, and instead of of listview I want a webview):

enter image description here

Thanx upfront.

Upvotes: 2

Views: 1473

Answers (1)

Ron
Ron

Reputation: 24235

You have a wide range of options to choose from : PopupWindow, ListPopupWindow, and PopupMenu

Reference : Android custom Overflow-menu (Without actionbar and no menubutton)

Upvotes: 1

Related Questions