As of iOS10 Apple now supports playing videos inline on a web page, instead of opening the full screen native player.

See https://webkit.org/blog/6784/new-video-policies-for-ios/

YouTube supports it https://developers.google.com/youtube/player_parameters#playsinline

So I created a patch that allows the addition of the playsinline video tag property.

Comments

Todd Zebert created an issue. See original summary.

todd zebert’s picture

StatusFileSize
new3.22 KB

patch attached

guschilds’s picture

Status: Active » Needs review
gold’s picture

Status: Needs review » Reviewed & tested by the community

I don't have a device to test this on but from the description of how this is meant to be triggered everything is in place.

From a code perspective this is RTBC.

imyaro’s picture

Assigned: Unassigned » imyaro

  • bc59ef3 committed on 7.x-1.x
    Issue #2886638 by Todd Zebert: Support the playsinline video tag...

imyaro’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, works good.
https://www.drupal.org/u/mikhailkrainiuk helped to test it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.