Saturday, October 2, 2010

[android-developers] Re: WebView - Unable to call a dynamically added Javascript (part of a HTML) inside a DIV using innerHTML

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 <beafd...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment