You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/14 17:06:00 UTC

[jira] [Commented] (CB-12735) AllowInlineMediaPlayback requires playsinline for iOS10

    [ https://issues.apache.org/jira/browse/CB-12735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16087593#comment-16087593 ] 

ASF GitHub Bot commented on CB-12735:
-------------------------------------

GitHub user filmaj opened a pull request:

    https://github.com/apache/cordova-docs/pull/715

    CB-12735: AllowInlineMediaPlayback preference requires different <vid…

    For https://issues.apache.org/jira/browse/CB-12735
    
    As of iOS 10, the attribute name to add to <video> elements to support inline media playback has changed (the webkit-specific prefix has dropped).
    
    See https://developer.apple.com/documentation/uikit/uiwebview/1617960-allowsinlinemediaplayback for more details.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/filmaj/cordova-docs CB-12735

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/715.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #715
    
----
commit d77eaa7d0bc0647c22ee91f745c1f878130cee76
Author: filmaj <ma...@gmail.com>
Date:   2017-07-14T17:03:43Z

    CB-12735: AllowInlineMediaPlayback preference requires different <video> element attributes dependent on iOS version.

----


> AllowInlineMediaPlayback requires playsinline for iOS10
> -------------------------------------------------------
>
>                 Key: CB-12735
>                 URL: https://issues.apache.org/jira/browse/CB-12735
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-docs
>            Reporter: Marcus Pridham
>            Assignee: Filip Maj
>            Priority: Minor
>
> The current Cordova docs for AllowInlineMediaPlayback say to add webkit-playsinline attribute to any <video> elements.
> https://cordova.apache.org/docs/en/latest/config_ref/index.html
> As of iOS10 this needs to be just playsinline
> https://developer.apple.com/reference/uikit/uiwebview/1617960-allowsinlinemediaplayback



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org