You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xui-js
I'm working on a game in PhoneGap. I discovered that jQuery's
"mousedown" event works correctly on the PC and Mac versions of
Safari, but is not triggered until the user pulls up his or her finger
on the iPhone. This is a fatal tragedy in a game that needs quick
response.
In the back of my head I've been thinking of trying out XUI. The touch
events solved my problem. I was even able to quickly implement "key
repeat" including delay and repeat rates.
I'm very happy and grateful. Thanks to the XUI developers.