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,当用户单击 webview 的每个角落时,我想启动一个不同的事件。有可能的?
谢谢!!
您可以将 WebView 放置在 RelativeLayout 中,将 WebView 设置为填充整个 RelativeLayout,然后使用 android:layout_alignParentTop、android:layout_alignParentLeft 等添加您想要放置在 WebView 顶部的任何元素。