I was using my_title.innerHTML = "blah"
, which failed on my android 2.3.
Although I have fixed it by using jquery(...).html( 'blah'),
my question is: Why did the android 2.3 machine fail where pc browsers AND a new android (my co-worker's) succeeded?
I want to know this because it will help me understand the android browser environment.