Our html app occasionally embeds YouTube videos in the UI. We use a simple iframe to embed them.
When we put the app on our phones (iOS / iOS Simulator) the video opens in mobile Safari.
What's the right way to get the embedded YouTube videos to play within the app, and not launch Safari?
Error Domain=WebKitErrorDomain Code=102 "Frame load interrupted" UserInfo={NSErrorFailingURLStringKey=https://www.youtube.com/embed/vEg4SEch27w?modestbranding=1&showinfo=0&rel=0, NSLocalizedDescription=Frame load interrupted, NSErrorFailingURLKey=https://www.youtube.com/embed/vEg4SEch27w?modestbranding=1&showinfo=0&rel=0
– probabble