Currently, I'm facing an issue with embedding a video in a Facebook Instant Article using an iframe.
- When attempting to play the video on an Android device, it plays within the article content instead of going full-screen.
- However, if I try to view the instant article and play the video on an iPhone, it automatically switches to the native iOS video player.
- The reason I am using an iframe is to ensure the video plays in my custom video player.
I have experimented with adding the playsinline and webkit-playsinline attributes to both the video tag and the iframe. Unfortunately, these attributes only seem to function in Safari and not within the instant article itself.
Is there a solution that allows for inline Video playback within a Facebook Instant Article?