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.
在Android平台的WebView中,是否可以在编辑了一个标有contenteditable=true的div时进行监听?
如果不可能,我的下一个最佳选择是什么?
您是否拥有在 WebView 中加载的网页?
Javascript 运行在 WebView 可以和宿主 Android 应用交互(见这个指南),而且监听似乎可以用 javascript 完成(见这个),所以如果你可以修改网页并添加一个回调到 Android java 代码然后就可以完成了。