Links don't open in SCORM (last version on iPhone)

Re: Links don't open in SCORM (last version on iPhone)

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

Thank you for the credentials Jos,

the cause of this problem is that the links are handled by Javascript, but it seems this Javascript code isn't calling preventDefault

In any case, I opened an issue to improve the handling of links in SCORM packages:

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

With this fix the links that you mentioned in the e-mail will work, since they all have javascript:// as protocol. This means that your problem will be fixed when the next version of Moodle Mobile is released. This is an example of one of the links that's failing:

<a name="151anc" href="javascript://151">

Please notice that if your SCORM has some link handled by Javascript without preventDefault and this link doesn't have javascript protocol it won't work.

Kind regards,

Dani