Saturday, March 12, 2011

Re: [android-developers] Re: Java Script alert not working in Android WebView

I am still a learner.

I have a whole menu in javascript, and would like to move it out of there to the various colorful menus in android. Can i achieve this ? i did try the loadUrl() function, but was not successful. 
My Html file uses almost 10 javascript file. and the function for the menu is in one of the file.

thanks.
--
Cuil



On Sat, Mar 12, 2011 at 12:19 PM, Maps.Huge.Info (Maps API Guru) <coryat@gmail.com> wrote:
You can always use the JavaScript to Java interface. Write your own
AJAX routine in Java. Send alerts to the log. Doing it this way is
fairly easy and a lot more flexible than just using JavaScript.

-John Coryat

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment