(yes, I have beta 6 of the 2.0 firmware running on an iPod touch,
don't want to risk it on my phone right now :) )

The full screen seems to work fine if I don't have the tab already
open, and either navigate to the page via the url or the homescreen
shortcut.

So, my next question about your transitions. You said you are
utilizing CSS Animations, what properties are you manipulating?
Because it makes all the difference.

I am assuming your are doing something with absolute positioning and
left or right values. This will chug. To really use the hardware
accelleration you have to tap into

-webkit-transform property, and use the sub property called
translate(x,y).

It's tough to explain unless you have v2 iphone/touch to play with.

My suggestion, use absolute positioning on both page elements top:0,
left:0.

Then you use translate to offset these before you insert, then insert
and manipulate the -webkit-transform translate property.

If you want to get even smoother, then place both elements in a parent
container, and only do the translate on that parent element.

Hope this helps!

On Jun 4, 12:30 am, Chrilith <[EMAIL PROTECTED]> wrote:
> Hi Lyle thanks for your feedback.
>
> amadeus: I've removed the fullscreen test, this is why it is not
> working.
> Just added it back in the footer of the home screen, could you retry?
>
> Also, yes, I'm using CSS transition feature hoping it is hardware
> optimized as exposed by Apple - if it is jerky it's not normal :)
> Are you using FW v2.0?
>
> On Jun 4, 3:32 am, Lyle Holmes <[EMAIL PROTECTED]> wrote:
>
> > Hey,
>
> > I just thumb'd through the test app...worked fine on my iPhone. In
> > fact, I'm using a slow Edge connection and your app performed well.
>
> > Nice work.
>
> > Lyle Holmes
> > 323-627-3306
>
> > Please excuse my typing, as this is being sent from my iPhone.
>
> > On Jun 3, 2008, at 10:13 AM, amadeus <[EMAIL PROTECTED]> wrote:
>
> > > Oh, and full screen doesn't really seem to work. It scrolls up, then
> > > scrolls back down? bizzarre
>
> > > On Jun 2, 2:44 am, Chrilith <[EMAIL PROTECTED]> wrote:
> > >> I someone can test this on a real device with firmware 2, let me
> > >> know.
> > >> Thanks
>
> > >> On May 21, 9:20 am, Chrilith <[EMAIL PROTECTED]> wrote:
>
> > >>> Yes, it is for v2 only and must be tested on real device, not on
> > >>> simulator.
>
> > >>> Michael Kaye: yes I use <meta>
>
> > >>> On May 21, 4:59 am, "Everton Fraga" <[EMAIL PROTECTED]> wrote:
>
> > >>>> It'll only work on v2
>
> > >>>> On Tue, May 20, 2008 at 4:27 PM, Wouter <[EMAIL PROTECTED]>
> > >>>> wrote:
>
> > >>>>> Hi,
> > >>>>> don't know what should happen, but nothing happened on my Ipod
> > >>>>> Touch,
> > >>>>> so it seems not working.
>
> > >>>>> Wouter
>
> > >>>>> 2008/5/20 Chrilith <[EMAIL PROTECTED]>:
>
> > >>>>>> hi,
>
> > >>>>>> I'm trying to add support for fullscreen with firmware v2.
> > >>>>>> Anyone can test it and report me whether it works or not?
>
> > >>>>>>http://webapp.net.free.fr/Demo/
> > >>>>>> I have added 3 links at the bottom of the home page.
>
> > >>>>>> Thanks
>
> > >>>> --
> > >>>> Everton Fraga
> > >>>> Desenvolvedor Web
> > >>>> 21 81675310 novo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to