Software Archive
Read-only legacy content
17061 Discussions

Save + fastclicker

Adam_t_1
Beginner
466 Views

HI

I need to create code which save game data. And i have another problem how i allow fastclicker ? I find this http://labs.ft.com/2011/08/fastclick-native-like-tapping-for-touch-apps/ but I do not know how it works.

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
466 Views

Regarding fastclick, I recommend you see the examples the authors have provided in their repo: https://github.com/ftlabs/fastclick

For saving data, this sqlite plugin has been very popular, but there are many other options available, including simple file i/o. See this html5rocks article for a summary: http://www.html5rocks.com/en/features/storage and the Cordova file I/O plugin: https://github.com/apache/cordova-plugin-file

0 Kudos
Adam_t_1
Beginner
466 Views

I do not know how to install :/ ... 

0 Kudos
Reply