how to give smooth transaction in iPad when we change landscape to portrait or portrait to landscape

626 Views Asked by At

I designed iPad based website with pure HTML and CSS, everything work pretty good, but only one thing that I have noticed and it is about the smoothness when we change device view(From landscape to Portrait or reverse) its change with little jerk.

Below tags that I have added only in part other than else set from CSS

2

There are 2 best solutions below

1
On BEST ANSWER

Finally this is fixed with simple meta tag. :-)

\

1
On

Are you using CSS3 Transitions? You will find that iPhone and iPad's have hardware acceleration support for CSS3 transitions. Many of the mobile widget frameworks such as JQuery Mobile and Sencha support this.

Also, this link shows some resizing and format changing transformations that may help smooth out your application.