I made a webview.addjavascriptinterface(geo, "geo");
to access the geo class from javascript,
and, in the html-javascript I write:
---------
function successCallback(p){
      document.write("helo");
}
geo.getCurrentPosition(successCallback);
-----------
but this is not working, maybe someone made something like this? I want to
pass a javascript function to that java function, but maybe is can't be that
way.

any Idea are wellcame.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to