解决方法
Android问题跟踪器中有一个问题:
http://code.google.com/p/android/issues/detail?id=9018
我把这个代码放在WebView.findAll()之后,它突出显示:
try { Method m = WebView.class.getMethod("setFindIsUp",Boolean.TYPE); m.invoke(webView,true); } catch (Throwable ignored){}