css/javascript visibility visible/hidden is very slow on Blackberry -


document.getelementbyid("spinner2").style.visibility="visible" 

visibility visible/hidden slow on blackberry (os4.6). screen seems redrawing makes unusable in ajax application.

the goal put visible feedback user while ajax request completes.

can suggest alternatives?

if change layout you'll redraw. if single redraw slow you're layout heavy mobile application guess.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -