Is there any way to Stopp iOS to open the Video Player and instead render the Video within the Ionic App?

Question in the title :slight_smile:

PS: Using iframe and embed youtube videos :slight_smile:

Oh yeah i found a way.
Well on Ionic View you cant render the Video inline with settings like webkit-playsinline playsinline in your iframe tag.

According to the Youtube API you can play Youtube Videos inApp with this setting in your youtube embed video link:
playsinline=1
So the youtube iframe link could be something like this:
http://www.youtube.com/embed/ytvideoid?showinfo=0&iv_load_policy=3&modestbranding=1&playsinline=1
With this settings you disable notices in the video you enable the settings for the youtube video and you enable playinline for the video to render your video in your app without using the Native iOS Player.

did this stop working or something , i need to sleep :sob: