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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

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

openssl - Load PKCS#8 binary key into Ruby -