Posts by Leonardo Marinho • 21 points
2 posts
-
1
votes2
answers987
viewsA: Phonegap Build how to change Cordova version
I advise that in addition to installing phonegap you also install npm install -g Cordova if you are building locally.
-
1
votes1
answer485
viewsA: Is Websql the only local storage form in phonegap/Ordova?
The Storage site of Html5 is also a good option. Direct use to record user information, app settings and etc. It is a "value key" stored in the browser with no time to expire. If you want to know…