How to disable going fullscreen of embedded videos
Dear community,
As I would like to integrate H5P in an mobile app using the Ionic Framework (which relies on HTML5 and javascript) I need to know the following thing:
Embeding the video with the iframe-tags works fine. But at least on my iPhone 7 (with latest iOS) it always triggers the video to go to full screen mode. May this be related to using a youtube video? Or might it be due to the fact of the "allowfullscreen"-attribute in the iframe-tag? If yes, what do I need to type in there, to prevent going fullscreen?
Thank you very much for your help.