Thanks Doug, I will try to implement the same in JQuery and see if the results are any different and post back here.
On Oct 4, 2:35 am, Doug <[email protected]> wrote: > On Oct 2, 8:11 pm, Swaroop <[email protected]> wrote: > > > I agree that this is more of a HTML/JS question, but I've posted it > > here because the Browser implementation behind WebView is Android > > Specific and wish to understand a generic way to putinnerHTMLif any > > one has done the same in Android Development. Android's WebView and > > browser implement theinnerHTMLin the same way that HTML spec wants, > > but its just different when talking about Javascript availability (in > > question here) > > Android WebView just uses WebKit, so if you can get your code to work > on Safari or Chrome (which both use WebKit), then you should be OK. > > Again, jQuery or any modern JS framework will abstract away any > implementation-specific details in dealing with the DOM. -- 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

