shifeng1993 / react-native-secharts

一个webview封装的图表组件。基于百度echarts4
MIT License
219 stars 57 forks source link

安卓模拟器下点击按钮出现 event.persist() is not a function #108

Open Panlichen1996 opened 4 months ago

Panlichen1996 commented 4 months ago

安卓模拟器里点击按钮,触发getImage方法,页面上出现了异常,异常提示说 源码 index.js_handleMessage 里面 event.persist() is not a function,但是这个错误在ios上并不会出现,我在ios和安卓上分别打印了event对象,发现他们均没有persist属性或者方法,直接注释掉源码里的event.persist()也并不会导致任何报错。

版本:

"react": "18.2.0",
"react-native": "0.74.2",
"react-native-secharts": "^1.7.0",
"react-native-webview": "^13.10.4",

安卓相关版本:

Android Studio Koala | 2024.1.1
模拟器:Medium Phone API 33
Android SDK:33

ScreenShot_20240625164054 0DEE5784-1737-4FCA-FD2D-D3965568DFFD