Re: JavaScript code can not be customized :(
by Daniel Palou. Hello Alvarez,I checked your code and you're adding the console.log to the wrong function. You added it to the function $mmCourse->getModule and that function is barely used. If...
View ArticleRegarding Moodle App and Android integration.
by Rohan Bardekar. Is it possible to create a stand alone Android App (using Android Studio or PhoneGap) in which Moodle can be integrated? If so, is it necessary for a Moodle App to have a Moodle...
View ArticleRe: Regarding Moodle App and Android integration.
by Daniel Palou. Hello Rohan,yes, it's possible to communicate with Moodle using an Android app. To do so you need to use WebServices like we do in Moodle Mobile official...
View ArticleRe: JavaScript code can not be customized :(
by Alvarez SH. Hi Daniel, apparentlyit works elsewherecode. But but I want tolist thesectionsconsolelog.Itrywhat you said:self.getSection = function(courseid, sectionid, refresh) { var deferred...
View ArticleMoodle Mobile & iOs9
by Juan Leyva. Hello,if you have upgrade your iOs device to iOs9 you will notice that Moodle Mobile is not working.This is because iOs9 has introduced some regressions in the WebView component used by...
View ArticleMoodle Mobile Server Requirements
by Nelson Bartley. Hello,I'm trying to get mobile support working on my server, but I'm having connectivity issues. One of my servers works just fine(dreamhost shared), the other (a more restricted...
View ArticleRe: Controller 'mmSprlitView', required by directive 'mmSplitViewLink', can't...
by Zoran Jeremic. Hi Dani,Thanks for your answer. That extra "r" was probably my mistake in typing the error message. Sorry about that. The complete error I got is:In core/directive/splitviewlink.js I...
View ArticleRe: Controller 'mmSprlitView', required by directive 'mmSplitViewLink', can't...
by Daniel Palou. Hi Zoran,the mmSplitView directive has a nameless controller, if you look at the return statement in www/core/directives/splitview.js you'll see that there's a controller property (in...
View ArticleRe: Moodle Mobile gives error
by Daniel Palou. Thanks for the credentials,this isn't an iOS9 issue, it fails in Android too. I've opened an issue about this:https://tracker.moodle.org/browse/MOBILE-1237The problem is that a server...
View ArticleRe: Moodle Mobile gives error
by David Deel. Thanks for the help,I will check the sever to see if there is a particular reason why it is taking so long.I am the only one that works on the server and nothing has changed since it...
View ArticleRe: Moodle Mobile gives error
by Daniel Palou. Actually, it worked before because the app didn't send any data when checking if the site exists. Let me explain myself.When a user types a URL in the app, it sends a request to check...
View ArticleRe: Controller 'mmSprlitView', required by directive 'mmSplitViewLink', can't...
by Zoran Jeremic. Hi Dani,I didn't change anything inside these directives. If I did and it's the reason for problem, I guess I would have the similar problem in the other parts of the application....
View ArticleRe: Controller 'mmSprlitView', required by directive 'mmSplitViewLink', can't...
by Daniel Palou. Hi again Zoran,thank you for such detailed information.Does this error only happen when you shrink the Chromium screen during execution? I mean, if you re-load with the screen already...
View ArticleRe: Controller 'mmSprlitView', required by directive 'mmSplitViewLink', can't...
by Zoran Jeremic. Does this error only happen when you shrink the Chromium screen during execution? I mean, if you re-load with the screen already shrunk does it work or do you have the same...
View ArticleRe: Cannot Connect to my Moodle Page with self built MM2
by Marc Rominger. finally I figured out what was the Problem, all that you have to do is:Quick fix is to modify the block starting at LocalNotification:492 with the...
View ArticleRe: Controller 'mmSprlitView', required by directive 'mmSplitViewLink', can't...
by Daniel Palou. To anyone with the same problem:mm-split-view-link has to be a child of mm-split-view directive. Zoran had the following problem:In template A, he had something like...
View ArticleRe: Grades and participants
by Luis Ángel Rojo. Thanks for your answe.Now I have the new version but no ads appear when I receive a message. In the previous version if they appeared.
View ArticleRe: Whatsapp and Moodle
by timo fonic. Hello.I think Telegram integration would be amazing.Regards
View ArticleBuild a moodle mobile for windows phone
by Владимир Кузаченко. Hello!Faced with such trouble: build a moodle mobile for windows phone.Tools for assembly - phonegap.comThe Windows App Stores version 1.13 from 06.26.2015, tried many sources...
View ArticleRe: Cannot Connect to my Moodle Page with self built MM2
by Marc Rominger. the configuration change concerning the dex files should be in build.gradle
View Article