[Android]Webview中JS接口调用Java-版本问题
问题:
The javascript to java bridge on 2.3 Gingerbread is causing crashes. This is 100% reproducible using the WebViewDemo application from here: http://code.google.com/p/apps-for-android/source/browse/#svn/trunk/Samples/WebViewDemo. Note: The project file for that app is a little messed up, however, if you recreate the project, keeping the code the same, you can reproduce the error. The sample is old, but the code should still run as none of these interfaces have been deprecated. It is also easily reproducible by creating a simple application that creates a webview, enables javascript, adds a JS interface, then loads a script into the webview. The code for this even simpler app is attached as well as WebViewTest and a secondary Test class as the "bridge". The demos work as expected when using 2.2 This is a serious issue as it will cause crashes for any app using the webview to do any serious work. Thanks in advance for taking a look at this. Attached is the output from logcat as well as the output from adb bugreport.
log.txt 8.3 KB View Download |
bug.txt 1.1 MB View Download |
WebViewTest.java 764 bytes View Download |
Test.java 149 bytes View Download |
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。