Embedded content doesn't appear in app

Re: Embedded content doesn't appear in app

by Juan Leyva -
Number of replies: 2
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

could you attach here a Moodle backup of an activity using embedded content so we can check what is happening? Ideally, you could create a new bug in the Moodle Tracker (MOBILE project)

There are several security restrictions when using iframes / external content in mobile app so we need to analyze how this could be solved

Juan

In reply to Juan Leyva

Re: Embedded content doesn't appear in app

by Emmanuel Remy -

Hi,

Got same issue with the mobile app when embedding local ressources. I'm using the following code to embed html5 content created in hype but the ressource does not display in the label :


<iframe src="../pluginfile.php/1215/mod_resource/content/0/C4-DIC-IDENTIFIER/C4-DIC-IDENTIFIER.html" width="100%" height="600" frameborder="0"></iframe>


Does anyone know how to display local content in labels?

Thanks.

Manu



In reply to Emmanuel Remy

Re: Embedded content doesn't appear in app

by Emmanuel Remy -

Precision : I want to display synchronized content in labels but not online one.


Thanks for help

Manu