Hi,
I created two HTML5 screens with Offline support. I navigate from Screen1 to Screen2 using <a href=”screen2.html”>. When bookmarked in iPhone (OS 3.0) and starting the application via main screen icon, screen 1 comes in Full Screen like native application but Screen2 opens in Safari and full screen functionality is lost. I have not used any <DIV> tags.
The same files however tested via MobiOne Test Center (V1.0, Milestone 9, update2), comes up in full screen for both screens. I tried in user agents for iphone version 3.2 and 3.0 with same end result. How is this functionality achieved in mobi one? Can you please let me know?
Below are the meta tags I have used to achieve full screen mode.
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="icon.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
function hideAddressBar(){
window.scrollTo(0, 1); }
</script>
Thanks!!
Madhusudhan S