@Kypriakos - I am not sure that we're discussing the same thing here. I am talking about DOM manipulation for setting the HTML and you seem to be talking about HTML headers written by an AJAX call.
On Oct 5, 11:08 pm, kypriakos <[email protected]> wrote: > Hi Swaroop - I posted something similar in this post. I am a bit > skeptic about how the default browser deals with js/ajax in Android > vs how FF works: > > http://groups.google.com/group/android-developers/msg/9ea3fe940a397b88 > > I don't seem to have an issue with the innerHTML in the script i am > using > as much as I do with the output HTTP headers of the request. > Anything here that we can help each other with let me know. > > On Oct 2, 11: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 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

