I'm using sencha touch 2 in my ios app. but the tab panel is too slow, there's is one tab that contains a lot of content, but all the tabs are slow (there's a lag between when the tab is hilighting and the page transition and it takes ~1 second to switch).
I tried the deferredRender
parmater but it didn't help.
How should i write my tabPanel to make it faster?
Note : the same page switches tabs faster on android, although in everything else android webview is slower
Thank you