Using onload and onorientation handlers I can track the orientation state of the page without needing to use setInterval(), except for (at least) the following case:
1. Page is loaded in portrait mode 2. User follows a link to another page 3. User rotates the iPhone while viewing the other page 4. User uses the back button in Safari When the page is redrawn, neither the onload or onorientation handlers will fire. Has anyone solved this problem without using setInterval to poll? Thanks, Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
