Closed Tlanglord closed 4 months ago
v0.16.0
JavaScript
No response
android中h5通信,android侧调用addJavascriptInterface(xxx, androidObj)注册 ,js侧调用 window.androidObj.func()方式和native通信,在现有的方案上是否能提供更好的方式,不用修改原有的逻辑
不修改h5 js侧原有逻辑,还是基于window.androidObj.func()
无
目前只有 Dart < --> JS 的通信方案,你可以按照下面的思路来:
Affected version
v0.16.0
No same issues found
Bug type
JavaScript
Which frontend framework you are using.
No response
Steps to reproduce
android中h5通信,android侧调用addJavascriptInterface(xxx, androidObj)注册 ,js侧调用 window.androidObj.func()方式和native通信,在现有的方案上是否能提供更好的方式,不用修改原有的逻辑
Code example
No response
Expected results
不修改h5 js侧原有逻辑,还是基于window.androidObj.func()
Actual results
无