by Richard van Iwaarden.
It's not working for us as we use SAML to login. Our SAML connection does not pass the 'next url' value, which seems to be a problem at our site.
by Richard van Iwaarden.
It's not working for us as we use SAML to login. Our SAML connection does not pass the 'next url' value, which seems to be a problem at our site.
by Dave Perry.
I think that's a general issue with SAML-enabled sites. It's possible, but the slightest bit of incorrect setup on the IdP or SP side breaks it.
We are moving our moodle site to Shibboleth over summer, but still require some users to be manual - so direct links to pages are likely to break.
by Berta Maroto.
Hi Arabinda,
There's a related issue: https://tracker.moodle.org/browse/MOBILE-584
Unfortunately, it won't be possible to implement it as you describe.
Cheers,
Berta
by Nicholas Stefanski.
Arabinda,
This depends on what you want users to be able to share...
If you just want users to be able to say something about your institution, then many social media sites allow you to make direct links to share your specific website. For instance, on Facebook, you could use a link like:
https://www.facebook.com/sharer/sharer.php?u=www.mysite.com
Anyone clicking on that link is invited to make a post about "www.mysite.com". There are similar links for Twitter, Reddit, and Pinterest; I've never played with WhatsApp but I would guess they also have something similar. These links could easily be added to the side menu in the app using the Moodle Mobile additional features plugin.
Now, if you're looking to share a particular course, or content within a course, that's another matter, and would likely go into custom development territory.
Hope this helps,
-Nick
by Rondi Ariyanto.
I've got a problem when embedding a video in Moodle Mobile. The video cannot be played at fullscreen on Moodle Mobile while it is working just fine at both desktop and mobile browser.
Here are some information regarding:
1. Moodle version 3.2.1
2. Android version 5.0
3. Format video *.mp4
4. 11 MB file size
5. The video file is embedded in SCORM with HTML5 tag and using javascript to call the fullscreen function
Thanks in advance for your help!
by Andrew Clucas.
I am loving the functionality of the Moodle Mobile App. I work for a not-for-profit and our IT department are doing a security assessment on the Moodle Mobile App. Has your company done something similar? Who do you work for and are you happy with the Moodle Mobile App's security?by Dave Perry.
We were happy to recommend it, as a college. It has some basic failsafes in such as declaring self-signed certificates as invalid, and not storing your login details in the app (it creates a token).
And it's developed by moodle HQ, who aren't going to monkey around when it comes to security. Juan (chief developer) can probably chime in with more technical justification.
by Morla Nag.
Hi Team,
We are currently implementing Moodle for our Organization and with Hindi Language pack for Moodle mobile application. Please let us know, how long it will take for Moodle team to review and publish the Mobile app with Hindi language enabled. Your quick response is highly helpful here.
Thanks,
Naga
by Morla Nag.
Hi Team,
We are currently implementing Moodle for our Organization with Gamification modules pack for Moodle mobile application. Please let us know, how long it will take for Moodle team to review and publish the Mobile app with Gamification module enabled. Your quick response is highly helpful here.
Thanks,
Naga
by Andrew Clucas.
Thanks Dave. That's very helpful.by Huy Lam.
Hi Juan,
Can it be customized for Desktop Window. I could do it with iOS and Android already? no document for Window platform at the moment.
Universities have to use defined logo, background,...
Hao
by dnyaneshwar somwanshi.
link for Windows moodle mobile is not available . I am from india. when will it be released in india.
by sydney lemelin.
For my Moodle homepage I've added buttons to make the site more user friendly. However on the mobile device all of the buttons get squished together and you cannot read the button labels. Is there a way to make the buttons responsive so that they stack on top of each other instead of squishing together? Below I've attached an image of mobile site.
by Valery Fremaux.
Actually you're right, our integration operator is having some trouble with the underlying ldap server at the moment. I'm stucked also with account feeders on the integration moodles.
I opened the private message channel no to bother community with our local tests.
Cheers.
Valery.
by dnyaneshwar somwanshi.
Quiz takes time for loading. Can we make it fast without delay. Time is critical issue in competitive examination. if every question takes 2 to 10 seconds for loading then it is not permissible. Can you help me out.
by dnyaneshwar somwanshi.
I am looking for Moodle mobile roadmap. I have seen one page but that is not updated.from long time as all the features are implemented. This is old one..
https://docs.moodle.org/dev/Moodle_Mobile_Roadmap
Can someone direct me to the new roadmap for Moodle mobile. Thanks in advance.
by artur santos.
Hello!It's possible to hide the Dashboard in mobile app?
Thanks
by Juan Leyva.
Hi,
unfortunately right now is not possible. (well, you can do it if you build your branded app)
Why do you need to hide it?
Juan
by Juan Leyva.
Hi,
unfortunately, we can't solve this issue because we don't control the native tag (is done by the WebView browser embedded in the app).
Maybe, you could try using video.js or another javascript library that handles correctly video insertion in different browser versions
Juan
by Juan Leyva.
Hi Andrew,
the app is widely used by institutions around the world and we've never received any complaint about security.
The app doesn't store the user credentials, it uses a token that is generated the first time the user access (the token is valid for 3 months).
Mobile services are only enabled by default in sites using https.
We only allow certain features (like auto-login from the app to the site) via https and under certain security restrictions (using a special secured token created the first time a user access).
The Mobile service only exposes a subset of the Moodle features (for example, no admin web services are enabled in the mobile service).
As long as you site uses https, it will be very safe to use the mobile app (but that also applies to websites, https is mandatory these days)
Regards, Juan