Hi all,

I am developing an HTML 5 based web application for mobile phones.
In Android 2.2 or 2.3, I encountered a strange issue:
When I try to append an HTML snippet to current web page, it might
failed.
It's not able to replicate on emulator every time. And it's hard to
replicate on real phone.

Some sample code:
var div = jQuery('<div>Some text...</div>');
var container = jQuery('div#container');
container.append(div);

Thanks and Regards,
Du Bo

-- 
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

Reply via email to