Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Iphone Web SDK Full Screen Support
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
FALGuy  
View profile  
 More options Mar 9 2008, 11:11 pm
From: FALGuy <descha...@gmail.com>
Date: Sun, 9 Mar 2008 20:11:56 -0700 (PDT)
Local: Sun, Mar 9 2008 11:11 pm
Subject: Iphone Web SDK Full Screen Support
All -

I have upgraded my iphone to the latest rev 1.1.4. I am assuming the
new fullscreen and gesture support is in this release as discussed in
the iPhone Web SDK video on the Apple dev website.

I tried the fullscreen support, but can not get it to work. I
carefully followed the directions outlined in the video and put the
following in my web page <head> section, with an icon in the root
folder.

<head>
....
<link rel="apple-touch-icon" href="/iPhoneBrowser/icon.png"/>
<meta name="apple-touch-fullscreen" content="YES" />

followed by....

<meta name="viewport" content="width=320; initial-scale=1.0; maximum-
scale=1.0; user-scalable=0;"/>

...
</head>

Any ideas why this is not rendering fullscreen?
Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erwin Harte  
View profile  
 More options Mar 10 2008, 1:33 pm
From: Erwin Harte <ha...@skotos.net>
Date: Mon, 10 Mar 2008 12:33:58 -0500
Local: Mon, Mar 10 2008 1:33 pm
Subject: Re: Iphone Web SDK Full Screen Support

FALGuy wrote:
> All -

> I have upgraded my iphone to the latest rev 1.1.4. I am assuming the
> new fullscreen and gesture support is in this release as discussed in
> the iPhone Web SDK video on the Apple dev website.

> I tried the fullscreen support, but can not get it to work. I
> carefully followed the directions outlined in the video and put the
> following in my web page <head> section, with an icon in the root
> folder.

No, 1.1.4 does not contain any of these new features.  You'll have to
wait for the planned June release and meanwhile test with the
simulator (assuming it works in there, anyway).

Erwin.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Alexander  
View profile  
 More options Mar 10 2008, 1:50 pm
From: Chris Alexander <chrismalexan...@sbcglobal.net>
Date: Mon, 10 Mar 2008 10:50:20 -0700 (PDT)
Local: Mon, Mar 10 2008 1:50 pm
Subject: Re: Iphone Web SDK Full Screen Support
Haven't heard of this yet. What exactly will this full screen accomplish? Sorry if it's a dumb question. I'm hoping it is in relation to hiding the nav bar at the top and bottom.

Thanks

Topher

Sent from my iPhone

On Mar 9, 2008, at 8:11 PM, FALGuy <descha...@gmail.com> wrote:

All -

I have upgraded my iphone to the latest rev 1.1.4. I am assuming the
new fullscreen and gesture support is in this release as discussed in
the iPhone Web SDK video on the Apple dev website.

I tried the fullscreen support, but can not get it to work. I
carefully followed the directions outlined in the video and put the
following in my web page <head> section, with an icon in the root
folder.

<head>
....
<link rel="apple-touch-icon" href="/iPhoneBrowser/icon.png"/>
<meta name="apple-touch-fullscreen" content="YES" />

followed by....

<meta name="viewport" content="width=320; initial-scale=1.0; maximum-
scale=1.0; user-scalable=0;"/>

...
</head>

Any ideas why this is not rendering fullscreen?
Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ishan Anand  
View profile  
 More options Mar 10 2008, 2:58 pm
From: "Ishan Anand" <ishan.an...@gmail.com>
Date: Mon, 10 Mar 2008 11:58:21 -0700
Local: Mon, Mar 10 2008 2:58 pm
Subject: Re: Iphone Web SDK Full Screen Support
On Mon, Mar 10, 2008 at 10:50 AM, Chris Alexander

<chrismalexan...@sbcglobal.net> wrote:

>  Haven't heard of this yet. What exactly will this full screen accomplish? Sorry if it's a dumb question. I'm hoping it is in relation to hiding the nav bar at the top and bottom.

Not a dumb question. It's a new feature that removes the nav bars to
provide greater screen real estate. Watch the "iPhoneSDK for Web
Developers" video on the apple iphone dev center site for more info.

FYI Much of the material in the video is HTML5 enhancements that are
already in Safari 3.1 (beta). The version of Safari in the Aspen
Simulator has at least some of these new features (the user agent
reports version Safari 3.1) as do the Safari nightly builds
(http://nightly.webkit.org/) but iPhone 1.1.4 does not (user agent
reports Safari 3.0). You can also use
http://webkit.org/blog/138/css-animation/ and
http://webkit.org/misc/DatabaseExample.html to test some of the new
features if you're not sure what version the browser is. That being
said, I haven't specifically tried full screen mode in the aspen
simulator to verify if it works.

Best,
Ishan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cogan, Mark  
View profile  
 More options Mar 10 2008, 3:31 pm
From: "Cogan, Mark" <mco...@amazon.com>
Date: Mon, 10 Mar 2008 12:31:02 -0700
Local: Mon, Mar 10 2008 3:31 pm
Subject: Re: Iphone Web SDK Full Screen Support

You assume incorrectly; this is not in 1.1.4. It will be supported in the "2.0" release in June; it doesn't appear to be supported on the 1.2 release on the Aspen simulator.

On 3/9/08 7:11 PM, "FALGuy" <descha...@gmail.com> wrote:

All -

I have upgraded my iphone to the latest rev 1.1.4. I am assuming the
new fullscreen and gesture support is in this release as discussed in
the iPhone Web SDK video on the Apple dev website.

I tried the fullscreen support, but can not get it to work. I
carefully followed the directions outlined in the video and put the
following in my web page <head> section, with an icon in the root
folder.

<head>
....
<link rel="apple-touch-icon" href="/iPhoneBrowser/icon.png"/>
<meta name="apple-touch-fullscreen" content="YES" />

followed by....

<meta name="viewport" content="width=320; initial-scale=1.0; maximum-
scale=1.0; user-scalable=0;"/>

...
</head>

Any ideas why this is not rendering fullscreen?
Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DanielR  
View profile  
 More options Mar 16 2008, 5:39 pm
From: DanielR <danramt...@gmail.com>
Date: Sun, 16 Mar 2008 14:39:59 -0700 (PDT)
Local: Sun, Mar 16 2008 5:39 pm
Subject: Re: Iphone Web SDK Full Screen Support
Ay. That would explain it.

On Mar 10, 3:31 pm, "Cogan, Mark" <mco...@amazon.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »