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

2011-03-15 Thread Kapil
Thanks mark the alert() method in the html file are working now :) . Now there are two issues in WebView : 1: I am using a textarea in the html file that i am loading in WebView , and trying to write in Hindi font in it , but when i try to write Hindi text it displays as symbol ( rectangle

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

2011-03-12 Thread cuil yahoo
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

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

2011-03-12 Thread Mark Murphy
On Sat, Mar 12, 2011 at 12:23 AM, kypriakos demet...@ece.neu.edu wrote: Mark - on a related note, does the Android native browser include a WebChromeClient implementation in it? Beats me. I've never looked. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

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

2011-03-11 Thread kypriakos
Mark - on a related note, does the Android native browser include a WebChromeClient implementation in it? I have been trying to run Ajax on those browsers and I ran into two issues - first one is same origin policy issue. I found out that the Webkit package in Android actually had the

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

2011-03-11 Thread Maps.Huge.Info (Maps API Guru)
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