How to get full screen mode with a mobile safari web app on IOS 8 Iphone 4S
问题 I am very new to mobile development so please don't knock me to much for newbie questions. I think I have the correct meta tags. <meta name="viewport" content="width=device-width, initial-scale=1"> From apples site it said use the below tag to allow running in full screen mode but it does not seem to work. <!-- Allow web app to be run in full-screen mode. --> <meta name="apple-mobile-web-app-capable" content="yes"> Width and Height are set for Iphone 4S on IOS 8 width: 320px; height: 480px I