Hi, I was hoping someone could help us with some serious issue with are having with the latest Twitter IOS release;
The problem is that by default, Twitter turns off the allowsInlineMediaPlayback value, which our player needs in order to play inline (non-full screen) videos inside HTML pages.
In the previous Twitter iOS version, we bypass this issue by detecting that the user is inside Twitter’s WebView and referring him to Safari.
The problem is that on the latest version, Twitter switched to Safari’s Webview, so we cannot detect the user in inside Twitter anymore, which is kind of a dead-end for us.
So my question is:
-
Why Twitter disables the allowsInlineMediaPlayback value?
-
Is there a way we can use JavaScript to detect the user is in Twitter’s iOS App in the new version?
Thank in advanced, any help is greatly appreciated!