Single login between app and Moodle web
par Ronak Patel. Hello.,I am trying to use Moodle Mobile app for my site and found that I can access certain things like list of courses available to user there but when I try to access Course...
View ArticleParticipant page view is breaking when rotatating landscape to portrait view
by Nitu Dhaka. Hi Juan,I am using the moodlemobile in my android mobile phone. I faced the following issue while using the app:-When rotate the screen from landscape to portrait view The page seems...
View ArticleRe: Single login between app and Moodle web
par laura fernández. I´ve the same doubt. Please help. Thanks
View Article¿web?
par laura fernández. I´m trying the app moodle mobile and I´ve a litte lost...The content of my courses is mainly based on the following type of resources:- external links- power point files- tasks-...
View Articleerrors
par laura fernández. I get the following error since I updated Moodle MobileThis screen is showed three times and then the aplication run (It is happens when I open the app, before that fill in any...
View ArticleRe: ¿web?
by Juan Leyva. Hi,from the mobile app you can only download resources (by clicking in the download arrow next to the right)The mobile app is not a "Moodle in your pocket" is just for functionalities...
View ArticleRe: errors
by Juan Leyva. Hi Laura,thanks for reporting, I've fixed it but it will not be available until the next release of the app (next week)https://tracker.moodle.org/browse/MOBILE-538Regards
View ArticleRe: Private files plugin
by Fuchur Kool. Hi Juan,Thanks for the response, I already figured that out and started to implement a webservice like that. I wonder if there is any documentation on how to query the moodle DB? I...
View ArticleRe: Testing and developing with android emulator
by Isaac Marco Blancas. In console I can see:04-27 04:53:39.343: W/IceCreamCordovaWebViewClient(1640): URL blocked by whitelist: http://192.168.1.38/moodle26/login/token.phpSo I think the problem is...
View ArticleRe: Private files plugin
by Corey Wallis. Hi,This page in the Moodle Developer Documentation website covers all of the ways to query the database. http://docs.moodle.org/dev/Data_manipulation_APIHope this helps. -Corey
View ArticleProblems on Chrome when emulating for iPhone o iPad
par Isaac Marco Blancas. As suggested onhttp://docs.moodle.org/dev/Moodle_Mobile_Customization#Development_environmentI use Google Chrome opened like this:/opt/google/chrome/google-chrome --args...
View ArticleRe: Private files plugin
par Fuchur Kool. Hi,Thanks for the link! I'm trying to execute the following code, but unfortunatelly it doesn't work. global $USER, $DB;$result = $DB->get_records_sql("SELECT * FROM {files} WHERE...
View ArticleRe: Private files plugin
par Corey Wallis. Hi,Without details of any error message, it's had to see what is going wrong. if it were me, I'd have written the something like this:global $USER, $DB; $records =...
View ArticleRe: Private files plugin
par Fuchur Kool. Hi,Thanks for your post. This worked for me: $results = $DB->get_records_sql("SELECT id, contextid, component, component, filearea, itemid, filepath, filename, filesize, mimetype...
View ArticleRe: Private files plugin
by Fuchur Kool. Is it possible to generate a token for my webservice "on the fly"? Because now I have to generate an own token for every single user, so he/she can use it. This is not a good process.....
View ArticleRe: Moodle Mobile 1.4.1 submitted to Google Play and Apple App Store
by Fuchur Kool. Hey,Even though I get a success message when I record and upload a video, I cannot find it in my private files area. I guess it is because of the filesize limit? Any suggestions of how...
View ArticleMoodleMobile not actually working
by Bohumil Havel. MoodleMobile not actually working. both versions, android and iOS have errors after launch. version 1.4.1can you help please ?Bohus
View ArticleWS FUNCTION FOR CORE_MESSAGE_GET_INSTANT_MESSAGE
by Anyosisye Masseta. On the webservices I can see core_message_send_instant_messages but there is no core_messsage_get_instant_message. Can someone help me how to create this?
View Article