Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
webview を使用して Android にブラウザーを実装したいと考えています。ユーザーがWebビューのリンクを長押しするたびに、Android Webビューでコンテキストメニューを開くにはどうすればよいですか?
電話Activity.openContextMenu(View v)してonLongPressください。MyWebViewただし、これはアクティビティへの参照を維持することを意味します。
Activity.openContextMenu(View v)
onLongPress
MyWebView