Is it possible to play a youtube video inside an application?
I've tryed including the <embed> from youtube and also the <iframe> kind but it works in the simulator and not in the device.
How can I do this?
Printable View
Is it possible to play a youtube video inside an application?
I've tryed including the <embed> from youtube and also the <iframe> kind but it works in the simulator and not in the device.
How can I do this?
Hey,
Video use cases are not supported with an optimal user experience in the current platform version.
What you can do is point directly to video file and let the native video player playback using the codecs it supports.
...or you can for example step out of the web app to playback a YouTube video from YouTube.com user interface.
However, using these approaches will break out of the web app context, so the user experience is not optimal.
petro