Merge pull request #2 from Viras-/master

Fixing geolocation caching bug
tree: 7d1b865e881d3c61dbb42b7e74f3418251b86d3a
  1. src/
  2. www/
  3. xml/
  4. .gitignore
  5. cordovaqt.desktop
  6. cordovaqt.pro
  7. cordovaqt.svg
  8. cordovaqt64.png
  9. cordovaqt80.png
  10. cordovaqt_harmattan.desktop
  11. deployment.pri
  12. LICENSE
  13. main.cpp
  14. mainwindow.cpp
  15. mainwindow.h
  16. mainwindow.ui
  17. 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 & Qt mobility.

Requires

  • QtSDK

Create project

Download the source-code and open the project file with QtCreator. 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 QtCreator 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.