Hello,
maybe, I have same problem. I use WebView to display my information
like HTML. I need show address on map therefore I use javascript like
this:
<a href=\"#\" onclick=\"confirm('text');\">link</a>"
and
@Override
public boolean onJsConfirm(WebView view, String url,
String
message, final JsResult result) {
startActivity(i); //show map
}
So, when I click on the link by my finger it works good. It is start
new Activity. But when I use tracball it open browser with empty page.
Is there any solution that tracball works like finger?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---