[android-developers] Re: javascript in webview on android 2.3 fires only once

2012-10-04 Thread raywin
Facing same issue with android 2.2 Anyone have any solution? -- 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] Re: JavaScript and WebView

2008-10-15 Thread Rubicks
Here is what I am trying to do. I have a Javascript (JS) given to me, which I can not change. html head script type=text/javascript language=JavaScript var nFindAPITries = 0; var API = null; function FindAPI(win) { while ((win.API == null) (win.parent != null) (win.parent != win)) {

[android-developers] Re: JavaScript and WebView

2008-10-15 Thread Peli
Have you looked at apps-for-android webview-demo? http://android-developers.blogspot.com/2008/09/using-webviews.html http://code.google.com/p/apps-for-android/ Peli www.openintents.org On Oct 15, 3:04 pm, Rubicks [EMAIL PROTECTED] wrote: Here is what I am trying to do. I have a Javascript

[android-developers] Re: JavaScript and WebView

2008-10-15 Thread Mark Murphy
Rubicks wrote: My activity has a webview . I will be leading some html pages on that webview which includes some JavaScript functions. I have a need to send some data from webview to my java application based on some user actions using javaScript functions. Is it possible or how can I do it?

[android-developers] Re: JavaScript and WebView

2008-10-15 Thread Rubicks
Thanks Peli, That solved my problem. On Oct 15, 3:22 pm, Peli [EMAIL PROTECTED] wrote: Have you looked at apps-for-android webview-demo?http://android-developers.blogspot.com/2008/09/using-webviews.htmlhttp://code.google.com/p/apps-for-android/ Peliwww.openintents.org On Oct 15, 3:04 pm,