We need to add fully support to NodeWebkit (https://github.com/rogerwang/node-webkit) reimplementing all the Phonegap APIs used to native NodeJs code
NodeWebkit will allow us to run the app in a desktop computer (Windows, Mac and Linux) online and offline using all the app features (except phone ones like add contacts)
1.
|
Use requirejs instead require for including files using RequireJS |
|
Resolved | Juan Leyva |
2.
|
Detect NodeWebkit and load the Node.js emulator API |
|
Resolved | Juan Leyva |
3.
|
Add support for the Connection API |
|
Resolved | Juan Leyva |
4.
|
Add support for the File API |
|
Resolved | Juan Leyva |
5.
|
Add support for FileTransfer API |
|
Resolved | Juan Leyva |
6.
|
Add support for Camera API |
|
Resolved | Juan Leyva |
7.
|
Add support for Capture Audio API |
|
Resolved | Juan Leyva |
8.
|
Global flag for detecting when we are running under Node-webkit |
|
Resolved | Juan Leyva |
9.
|
Document how to run MoodleMobile in Desktop using Webkit |
|
Resolved | Juan Leyva |