Scorm not working on Moodle Android App Custom

Re: Scorm not working on Moodle Android App Custom

by Dani Palou -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Hi,

the problem might be caused by the WebView plugin. We're using the Ionic Webview plugin for iOS (it's mandatory to be able to publish the app), and unfortunately Cordova doesn't let us install a plugin only for one platform so it's installed for Android too and it causes problems. We have an open issue to fix that (we had to fork the plugin):

https://tracker.moodle.org/browse/MOBILE-3471

Please try to run these commands and try again:

ionic cordova plugin remove cordova-plugin-ionic-webview
ionic cordova plugin add https://github.com/moodlemobile/cordova-plugin-ionic-webview#500-moodle

Cheers,
Dani