Hi there! We’re having a small problem with iOS 10 and webview: our videos must be shown inline so they can be interacted with ─we work with interactive videos. When the URL containing the embedded interactive video is opened from the browser it works fine, but when some user opens that URL directly from a tweet (example: https://twitter.com/ayatolaSN/status/827089543417442304) it’s opened with a WebView and doesn´t show the video inline.
Our iOS department told us that there is a parameter that must be activated from the application: _webView.allowsInlineMediaPlayback = YES;
Could this be possible? Is there a solution? For the moment we are forced to show a screen asking the user to copy the link and paste it in Safari Browser.
Thank you!