Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 514 Bytes

index.md

File metadata and controls

8 lines (4 loc) · 514 Bytes

React Native相关问题记录

【webview】 addEventListener事件监听

ios 系统需要使用 window.addEventListener 备注:数据与交互推荐使用WebViewJavascriptBridge

Android 系统需要使用 document.addEventListener 备注:数据与交互推荐使用直接注入MyWebwiew.kt