Moodle app open a browser inside SCORM package

Moodle app open a browser inside SCORM package

by Алексей Губин -
Number of replies: 2
Any link containing in SCORM package opens a browser. This is reproduced in iOS, Android Moodle App. But works fine on other environments. 
Average of ratings: -
In reply to Алексей Губин

Re: Moodle app open a browser inside SCORM package

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

how do you want the link to be opened? If you want it to be opened in the same iframe as the SCORM you can do it by setting this attribute to the link:

target="_self"

Cheers,
Dani
In reply to Dani Palou

Re: Moodle app open a browser inside SCORM package

by Алексей Губин -
It doesn't help. However I think I found a solution. It seems that prevent open any link by preventDefault() and open through javascript helps from opening a browser.

Through javascript means change window.location.href inside your code.