I have a small browser based monitoring application that uses JQuery (and more specifically the Sparklines chart plugin) to draw onto the screen. While the drawing initially works, there seems to be an issue with event handling and JQuery since the chart is not updated (sometimes I get sporadic updates). The problem can be observed by going to the sparklines site:
http://omnipotent.net/jquery.sparkline/ The top-most demo, mouse speed, does not update when using Safari/ Khtml. It does appear to work in the emulator, apart from the fact that it does not receive mouse events so only draws a horizontal line. So the question is, am I (or the Sparkline plugin) perhaps stressing the browser event loop and if so, is there a way to find out? Have anyone else had trouble with JQuery event handling inside the Android browser? Thanks, Casper --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

