I know that there are a number of frameworks that can help make Web applications on Mobile Safari / Webkit look like native applications (for example, jQTouch), but are there any lighter libraries that help with a slightly lower level?
for example, I might want to add some animations to certain touch events in order to reproduce the stylish style of the iPhone.
I donβt want to create an iPhone web application as such, just enhance the existing site with a few special touch events.
It is not so difficult to create this material directly using the touch events that the device provides, but some iPhone animation styles are quite difficult to reproduce. for example, a bounce when you get to the end of the scroll bar, etc. It's just interesting if anyone did the work and wrapped it in an open source library.
source
share