Moodle Mobile App - Error Downloading file SCorm course

Moodle Mobile App - Error Downloading file SCorm course

by Datta Medhane -
Number of replies: 3

I have successfully build for IOS  platform BUT when I go to course and try to download the end of file downlaod complete it shows error message   Error Downloading file


I have check the ios file system file is downloaded as .zip file.

And in browser mode I'm not able to do same download testing file system not initialized  because of basepath='' condition is always true.


Need urgent help. Thanks.



Average of ratings: -
In reply to Datta Medhane

Re: Moodle Mobile App - Error Downloading file SCorm course

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Many scorm editors output Flash but most mobile devices will not play flash. Are you confident it is not flash?

In reply to Marcus Green

Re: Moodle Mobile App - Error Downloading file SCorm course

by Datta Medhane -

Hello, Thanks for the reply.


Yes that course was flash BUT now I have uploaded new course which outputs html but still I'm getting same error. Any clue ?


Thanks

In reply to Datta Medhane

Re: Moodle Mobile App - Error Downloading file SCorm course

by Datta Medhane -

I got the solution by debugging in safari from ios. Issue was with unzipping the file after download.

Installed below file and zip plugins and all works on devices android and ios 

cordova plugin add cordova-plugin-file-transfer

cordova plugin add cordova-plugin-zip


Still I'm not able to do same when I run on browser mode.


Thanks.



Average of ratings: Useful (1)