Replies: 2 comments 2 replies
-
Capacitor sets |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is my video tag:
iPhone 12. IOS 14.1. Simulator. It always plays fullscreen. Can it be anything to do with the routing? Being in a new page etc? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
In my app I am trying to play videos inline on each platform. I have set playsinline on the the video tag to one and the video plays inline on the web and on an iPad simulator, but not on an iPhone. The ios documentation says that this is default behavior and you have to set allowsInlineMediaPlayback on the WKWebView Configuration as the webview is created. This appears to be being done in the capacitor code and I have tried to do this in several places in XCode myself manually. All without success.
As an example Youtube play videos inline on their site, so could you tell me please how you do that in capacitor?
Thanks a lot
Best regards
Paul
Beta Was this translation helpful? Give feedback.
All reactions