It is possible apple could add it in the feature, or remove full screen entirely. However you could try to rotate elements. The rotate code is: whatever.style.webkitTransform='rotate(90deg)' You could try to rotate the entire div containing the web app using this on load and then resize the divs. I believe there is no other alternative for now. On Oct 6, 4:07 am, Sean Gilligan <[EMAIL PROTECTED]> wrote: > I am working on a web application (game) that will only be playable in > landscape mode. I want to make it a full-screen webapp using: > > <meta name="apple-mobile-web-app-capable" content="yes" /> > <meta name="apple-mobile-web-app-status-bar-style" > content="black-translucent" /> > > as discussed on this list. However when operating in full-screen mode, > rotating the phone doesn't cause the web view to shift into landscape mode. > > Am I missing something? Does anyone know a way of getting landscape > mode and full-screen mode at the same time? > > 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 -~----------~----~----~----~------~----~------~--~---
