Fullscreen icon for H5P content not active on moodle mobile

Hello,

I have created image hot spots for import into moodle. The full sreen icon works well on the moodle web app but it is not active in the moodle mobile app. Is there a way of adjusting the size of the iframe so it displays in full screen mode for moodle mobile view? I tried setting width and height to 100% within the iframe tag after embedding but this doesn't work. I can barely see content with current iframe size

thomasmars's picture

I'm not familiar with the Moodle mobile app, but if you're looking for iframe resizing, triggering resize on the iframe should make it resize appropriately. You may check out this guide to see if it can work: https://h5p.org/manipulating-h5p-with-javascript

Thank you, let me try that