So I had a look at jquery mobile, for my ipad webapp, and I saw this:
http://api.jquery.com/resize/
Which, of course, I'm looking at because of this: how to resize / rezoom webpage in ipad
But the thing is, this window.resize doesn't do a darn thing for me. At least, I was expecting it to re-apply the maximum-scale and minimum-scale values
It does not. Am I missing something here, or is window.resize bunk?
UPDATE I suppose i mean : does the window.resize fire after an orientation change on an ipad, and if so, does it cause the scales -minimum-scale and maximum-scale - to be reset?