-
-
Notifications
You must be signed in to change notification settings - Fork 751
Open
Description
发现运行demo 以及真机调试都会报错:
code = 4;
domain = WKErrorDomain;
userInfo = {
NSLocalizedDescription = "A JavaScript exception occurred";
WKJavaScriptExceptionColumnNumber = 72;
WKJavaScriptExceptionLineNumber = 75;
WKJavaScriptExceptionMessage = ReferenceError: Can't find variable: configureTheChartAnimationEasingType;
WKJavaScriptExceptionSourceURL = ...
打包出来是正常运行的,尝试在debug时使用原生api注入 对应的js方法,断点发现无法获取到js文件里面的内容。
尝试将js文件改为.txt文件,在html中修改为<script src="AAHighcharts.txt"></script>可以正常运行
Metadata
Metadata
Assignees
Labels
No labels