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 put innerHTML if any one has done the same in Android Development. Android's WebView and browser implement the innerHTML in the same way that HTML spec wants, but its just different when talking about Javascript availability (in question here)
Swaroop On Oct 2, 4:15 am, Doug <[email protected]> wrote: > This is an HTML/DOM/JavaScript question, not an Android question. The > fact that what you're doing doesn't work in FF should be a clue that > you're probably depending on IE-specific behavior. Consider learning > to use jQuery or some other JavaScript framework to do what you need > to do to manipulate the DOM and that should work OK on mobile phones. > > Doug -- 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

