I'm attempting to support rotations for iPhone/Android/BlackBerry when transitioning from portrait to landscape and vice versa.
Would there be any specific meta tags to support this? Otherwise, I'll probably look into detecting the orientation change and then stretch the width to fill the gap when going from portrait to landscape in Javascript.
Just throwing it out there if anyone has done this before.
Thanks.