128
Views
2
Comments
Iframe youtube video full screen
Question

Hi everyone.

I am working on a mobile application. I have used HTML element widget for iframe. In  iframe I am displaying youtube videos inside my application. But I have one feature i.e.  fullscreen missing. 

I am getting my youtube links from API and is using list to list to iterate on that.

How can I achieve the functionality?

2.) Moreover I want to cache the youtube videos depending on the duration a paticular user has seen and want to start from that time when user has left previously.

2021-03-18 21-03-15
Benjith Sam
 
MVP

Hi Shumbham,

To get the FullScreen option working for iFrame you can set the allowFullScreen = True to the IFrame extended properties section.

Check this out: https://www.outsystems.com/forge/component-overview/8606/reactive-web-embed-video-sample-application


Hope this helps you!


Regards,

Benjith Sam

UserImage.jpg
Shubham Agarwal

Benjith Sam wrote:

Hi Shumbham,

To get the FullScreen option working for iFrame you can set the allowFullScreen = True to the IFrame extended properties section.

Check this out: https://www.outsystems.com/forge/component-overview/8606/reactive-web-embed-video-sample-application


Hope this helps you!


Regards,

Benjith Sam

 Hi Benjith

The solution for first is working fine. 

You got any idea for second issue?


Thanks and Regards

Shubham Agarwal

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.