I am new to phonegap and despite some googling I haven't really figured out what's the best solution for creating buttons.
I mean, I want a clear indication that the button is pressed when i press it. If my press lasts longer, the button should look like it's "down". I tried using CSS hover and active states but it's not a satisfying result.
Would you recommend using some touch event library or what?
Thanks.