I want to make my first Phonegap App. It will be one container, that at the end will call an API and display results. Nothing complex.
But because I have read about the problems, what phonegap has especially in the iOS world of not so smooth scrolling etc. I would like if you can share some experience to me so I can avoid dome big mistakes from the begining.
Firstable: do you use jQuery mobile or Zepto? I have read that Zepto is very fast and there is no overhead like on jQuery. What kind of library do you use for Design?
I have my own design, but in PSD file actually. Should I try to make everything by my own, or should I use some frameworks like jQTouch? If I use jQTouch, can I design the elements in the way my PSD design is looking? What else libraries are out there, where I can make my own design with it?
The design is one thins, where I have some troubles. Should I slize it and make from it HTML5 with CSS3, but does it run on Phonegap? I want as well use some template engine like http://mustache.github.com/ so the template can be load faster. Some experience here?
I saw that Wikipedia has used many of the features I have posted here and I think maybe they are good enough to create an app with good performance.
What is your experience?