Workaround for symbian regarding HTMl5 localStorage/client side database

Without workaround HTML localStorage is not persistent, and HTML5 client side database
does not work (javascript execution stops due to error)
Reason is probably that on symbian default path for storage is set incorrectly.
1 file changed
tree: ab6294eefe872acd06eed9fa7779e72659b110ab
  1. qml/
  2. src/
  3. www/
  4. xml/
  5. .gitignore
  6. cordovaqt.desktop
  7. cordovaqt.pro
  8. cordovaqt.svg
  9. cordovaqt64.png
  10. cordovaqt80.png
  11. cordovaqt_harmattan.desktop
  12. deployment.pri
  13. LICENSE
  14. main.cpp
  15. README.md
README.md

Cordova/Qt

Cordova/Qt is the Qt port of the Cordova (formerly PhoneGap) framework. It should compile on any platform which is compatible with Qt and Qt Mobility.

Requirements

  • Qt SDK

To Create a Project

Download the source code and open the project file with Qt Creator. Add your html / js files to the www folder. Edit xml/plugins.xml to enable / disable any required plugins. Compiling / deployment / packaging works as described in the Qt Creator documentation.

Supported APIs

  • Console
  • Connection
  • Device
  • File
  • Geolocation
  • Notification
  • Storage (supported by native WebKit implementation)

License

Licensed under the APACHE-2.0 license. See LICENSE file for details.