webkit - In Android Browser link does not always execute onClick causing focus instead -
I'm trying a very standard JS behavior program for a link using an HREF onClick handler, and I Focus / touch mode on Android is facing a strange problem because of what I believe for behavior.
Occasionally when I click on the link instead of executing the task, it only gets selected / focused with a focus rectangle even with a full focus rectangle Also (just opposed to focus?).
Now the pseudo code is
I have tried to do something like this:
But I still get the same problem problem some time.
Try enabling javascript on the webview
In such activity, the webview Keeps it, try it ...
WebView wv = (WebView) findViewById (R.id.webview); Wv.getSettings () setJavaScriptEnabled (true).
I had that same problem, but it is detected because I have not enabled javascript.
Comments
Post a Comment