Build instructions of iOS out of date?
by Corey Wallis. Hi,I'm looking into a couple of issues that we're having with the Moodle Mobile app. To help diagnose the problem I want to be able to run the app in the iOS simulator, and ultimately...
View ArticleRe: Phonegap/Cordova not loaded
by Fuchur Kool. Maybe it should be added to the documentation that one has to download cordova-2.2.0 and include it... However, the WebIntent.Java that is linked in the doc ist deprecated, so one has...
View ArticleMy Courses in MM
by y h. Hi,I want to make some modifications to the Moodle mobile app. My idea is to have a link to "my courses" that lists all the courses with the scroll to contents and participants as it is in the...
View ArticleRe: Phonegap/Cordova not loaded
by Fuchur Kool. Ok I solved this issue! Was a problem with Domain Whitelist. I have changed the access origin entry in res/xml/config.xml to <access origin="*"/>. Now the PhoneGap/Cordova...
View ArticleRe: Build instructions of iOS out of date?
par Juan Leyva. Hi,I've marked the two articles as obsolete, since we just build using Phonegap Build.For building in iOs, you should follow this...
View ArticleRe: My Courses in MM
par Juan Leyva. You should create a new plugin type "general" and there display the courses
View ArticleRe: Phonegap/Cordova not loaded
par Juan Leyva. You should build using PhonegapBuild that now support all the plugins we use.http://docs.moodle.org/dev/Moodle_Mobile_Customization#BuildingIt's very easy, you need to just upload a...
View ArticleMoodle Mobile 1.4.1 submitted to Google Play and Apple App Store
par Juan Leyva. New feature: Video record and upload to your private files area in MoodleImproved: Error and exception handling (no more white screens)Fixed: Labels with images are correctly displayed...
View ArticleRe: Moodle Mobile 1.4.1 submitted to Google Play and Apple App Store
par Fuchur Kool. Hey Juan,Nice job, the video upload works for me! However, whenever I start the App / Logout, I get a JS alert:"Alert[object Event]File: undefinedLine: undefined" I haven't tested...
View ArticleRe: Moodle Mobile app icons
by Juan Leyva. Hi,the arrows are for downloading the file (so you can open it offline) the circular arrow means "download again" the file overwriting the existing one.Regards
View ArticleRe: How does a teacher initiate a Push Notification?
by Juan Leyva. Hi,the Push notification (that will be in core for 2.7, in 2.6 is a contributed plugin) system is connected to the messages/notification system in Moodle.A user can configure his...
View ArticleRe: Svar: Re: Moodle Mobile 1.4.1 submitted to Google Play and Apple App Store
by Juan Leyva. Hi,please, download the last version from Play Store, I submitted two versions and I think you download the one with errors. (The alert error when adding sites it's not fixed in that...
View ArticleRe: Moodle Mobile 1.4.1 submitted to Google Play and Apple App Store
by Juan Leyva. Hi David,yes, please, send me a temporary access so I can test what is happening.Sorry for the ugly errors, but it's the only way I can get notified of that type of erros (testing html5...
View ArticleTesting and developing with android emulator
by Isaac Marco Blancas. Some doc to config a developement enviroment to test the moodle mobile with android emulation on linux?I have installed de Cordova and prepared a project for android with the...
View ArticleRe: Testing and developing with android emulator
par Juan Leyva. You should see errors or warnings in the console, if you don't see errors you should run the app using Eclipse (the Android specific version for eclipse), you can run there the...
View ArticleConnecting to a Moodle site
par Anyosisye Masseta. I am getting an error "Could not connect to the Moodle site" Please help.
View ArticleRe: My Courses in MM
par y h. I created a folder in plugins. In this one, I created main.js in which i put all the functions of the plugins "contents" and "participants". Also i copied to this folder all html files of...
View ArticlePrivate files plugin
par Fuchur Kool. Hi,I am trying to implement a plugin which shows users' private files within the app. For this, I want to make use of the MM.moodleDownloadFile function. So far, I have identified...
View Article