Anyone know how to play the youtube videos embed in the app to avoid the video play in the ios native player out of the app as is the commom behaivor ?
I usint a component variable to load the video with youtube/embed/videoid
thx.
Anyone know how to play the youtube videos embed in the app to avoid the video play in the ios native player out of the app as is the commom behaivor ?
I usint a component variable to load the video with youtube/embed/videoid
thx.
I just did a sample app that plays a YouTube video and it is working as expected, the movie gets played without leaving the application.
If you have the Knowledge Base Navigator you can try the sample app here: http://apps2.genexusx.com/Id40bcbd2af97907aa1658220df3b715ce
The particular video you mention in the comments says it has copyrighted material and cannot be played outside the YouTube app. Maybe that's the problem.
Another thing to consider is the YouTube link format, it should be something like: https://www.youtube.com/watch?v=D6-tWvSZIWw (by the way, that was the one I used).