This is a migrated thread and some comments may be shown as answers.

Slow Performance on Tablet

2 Answers 165 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
supsym
Top achievements
Rank 1
supsym asked on 18 May 2012, 08:15 AM
Hi there everyone,

I'm having an very strange problem with my project with TabStrips : it goes fast as hell on any desktop but it's really really slow on my tablet... 
Have you guys any advice about give it a little burst on performance?

Thanks a lot

2 Answers, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 18 May 2012, 09:49 AM
Hi Mario,

You can boost the performance on mobile devices if you place the TabStrip on a hardware accelerated plane. However this may result in loss of visual quality (blurry fonts among others) and thus is not enabled by default. The hardware acceleration can be triggered by 3D CSS transforms, like this:
.k-tabstrip
{
    -webkit-transform: translatez(0);
}


All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
supsym
Top achievements
Rank 1
answered on 18 May 2012, 01:33 PM
Worked like a charm! Thanks!
Tags
TabStrip
Asked by
supsym
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
supsym
Top achievements
Rank 1
Share this question
or