I’ve added a Youtube link to Web Viewer, as expected, it will display the video + comments and everything like loading a website. Is there a way to just display the video within the app? Not sure if embedding is possible.
To do this, you need to specify a link to the video itself, and not on the page with the video, where there is also a comment - right click on video, select option “copy HTML-code”, paste this this html-code in editor and get direct url from it.
When adding the “?autoplay=1” behind the web address, the video can auto play on web browser. However, when opened within the app, it doesn’t auto play. At this point, the MediaPlaybackRequiresUserAction was set to false too.