pureqml / qmlcore

QML to Javascript/HTML5 translator. Ready for Mobile, Desktop and SmartTV platforms.
MIT License
332 stars 41 forks source link

Read data of the localstorage #65

Closed azchatlanin closed 7 years ago

azchatlanin commented 7 years ago

Hello friend. How read data of the localstorage?

comrat commented 7 years ago

Hello! Use 'LocalStorage' from 'qmlcore' or 'JsonStorage' (LocalStorage's wrap with simple interface: 'setValue' and 'getValue') from 'controls'

azchatlanin commented 7 years ago

Ok!