Friday, April 20, 2012

getting an error in webview on ice cream sandwich

Error is



java.lang.Throwable: EventHub.removeMessages(int what = 107) is not supported before the WebViewCore is set up.



I am calling a



webview.loadUrl("javascript:myJavaMethod(" + itemArr + "," + telcoID + ");");


on the



webview.setWebViewClient(new WebViewClient() {
@Override
public void onPageFinished(WebView view, String url) {


this is a webview playing a flash video player, all is good on 2.2, 2.3.3 etc, tried it on ice cream sandwich and no visible error (other than its just a black screen nor video playing)



Any thoughts.





No comments:

Post a Comment