This is indeed an issue I guess. Well, let me re-frame the problem. Say, you have a long page which you load on the WebView. Now you start scrolling. Before the scrolling stops, tap on the web view, and the scrolling will stop automatically. After this point, try to execute some JS code from outside, ie, without touching the WebView again. May be through a normal button, or a manu time. At this point, the JS is not called.
But, now when you touch the web view again, and may be do a bit of scrolling, and try to execute the same JS, it works. I guess, the web view in this case, is not in a state to execute JS code. Is it a bug? Thanks and Regards, Kumar Bibek On Apr 27, 11:27 am, "Maps.Huge.Info (Maps API Guru)" <[email protected]> wrote: > It's hard to tell if and where a mistake may have been made without > seeing your html... > > Are you using touch or click events? > > -John Coryat > > "Radar Now!" > > "What Zip Code?" > > -- > 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 > athttp://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 [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

