I am trying to play video inline in a Wkwebview (iOS10). The video play inline nicely in safari but I can't get it to work in a WKWebview.
Please help
Me too looking for this solution
Develop games in your browser. Powerful, performant & highly capable.
What service are you building with? If you're using PhoneGap Build, you could try adding this to your config.xml:
<preference name="AllowInlineMediaPlayback" value="true" />