You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2010-11-21 14:23:26

micha22
Member
From: Rielasingen/ Germany
Registered: 2010-09-17
Posts: 33
Website

iPhone Panorama start in Fullscreen

Hello,

have anybody an idea how to hide the iPhone url-bar?
With the latest krpano version, this is possible.
I think i must do anything in the generatet html ?
Thank you!
michael

Last edited by micha22 (2010-11-21 16:23:26)

Offline

 

#2 2010-11-21 23:15:47

rbackhaus
Member
From: connecticut usa
Registered: 2009-05-27
Posts: 59

Re: iPhone Panorama start in Fullscreen

michael,
play with these tags in the head of your html code.
rob



             <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <style>
        html { height:100%; }
        body { height:100%; overflow: hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
        a{ color:#AAAAAA; text-decoration:underline; }
        a:hover{ color:#FFFFFF; text-decoration:underline; }
    </style>

Offline

 

#3 2010-11-22 06:43:49

micha22
Member
From: Rielasingen/ Germany
Registered: 2010-09-17
Posts: 33
Website

Re: iPhone Panorama start in Fullscreen

Hello Rob,

works great!
Thank you very much!

Best Michael

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson