Has anyone noticed this behavior? I\'m trying to write a script that will trigger upon a resize. It works fine on normal browsers, works fine on iPhone, but on iPad, will on
I think what you want would be to use the iPad Orientation CSS, which looks like this:
Also, the orientationchange event fires when the orientation is changed, according to iPad web development tips.
orientationchange
Together, that should give you tools enough to deal with the change.