Done it
http://phonegap.pbworks.com/Performance-tips-for-device
On May 13, 9:36 pm, Brock Whitten <
brock.whit...@nitobi.com> wrote:
> This would make a great Wiki page. The discussion is also good.
> Tip 1: Do not use setTimeout() for animations. (yes, this means animation of
> your favorite library is out). Use css transitions instead. seehttp://
www.ferretarmy.com/css-animation-examples/for examples
>
> Tip 2: Use "Online" mode for development only. When you ship to the app
> store you should have your html javascript and css fils all in the www
> directory. for dynamic apps, just grab a json payload instead of keeping
> your entire app on a server.
>
> Tip 3: Test you animations early on the device. Don't wait until later for
> unpleasant surprises.
>
> On Wed, May 13, 2009 at 11:35 AM, Paul Prescod <
pres...@gmail.com> wrote:
> > How about a wiki page?
>