-
Bug
-
Resolution: Fixed
-
Minor
-
1.3.2
-
MOODLE_13_STABLE
-
MOODLE_13_STABLE
Currently we support these platforms:
iOs
Android
Desktop support using node-webkit is 90% done
firefoxOs is the next target
Not all plugins are suitable for all platforms:
Notifications plugin (wip), will only be available for iOs initially
Add Contact makes not sense for Desktop
Future plugins will require WebServices only available in future Moodle versions
In some way, we need a way in which a plugin can declare dependencies/requeriments, these can be:
- Platform (ios, Android, Desktop)
- WebServices (list of webservices)
- etc...