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 2016/07/27 08:21:20 UTC

[jira] [Commented] (CB-11629) Optionally disable ViewController animations

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

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

GitHub user ryanwilliams83 opened a pull request:

    https://github.com/apache/cordova-plugin-media-capture/pull/64

    CB-11629: (iOS) Implement 'animated' property and updated English docs

    ### Platforms affected
    iOS
    
    ### What does this PR do?
    Add property 'animated' to optionally disable native screen animations.
    As iOS does not support the limit flag; capturing multiple images by calling
    this plugin in a loop can be quite slow for end users.
    
    ### What testing has been done on this change?
    captureImage()
      'animated' omitted / true / false
    
    captureVideo()
      'animated' omitted / true / false

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

    $ git pull https://github.com/buzzcard/cordova-plugin-media-capture animated

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

    https://github.com/apache/cordova-plugin-media-capture/pull/64.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 #64
    
----
commit ce90273868015238e8fcc79af55b07a517c85e56
Author: Ryan Williams <rw...@busivid.com>
Date:   2016-07-27T07:59:55Z

    CB-11629: (iOS) Implement 'animated' property and updated English docs

----


> Optionally disable ViewController animations
> --------------------------------------------
>
>                 Key: CB-11629
>                 URL: https://issues.apache.org/jira/browse/CB-11629
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin Media Capture
>         Environment: iOS
>            Reporter: Ryan Williams
>            Priority: Minor
>
> Implement property to allow animations to be disabled when loading and unloading native screens.
> Predominately iOS UIViewController animations as iOS does not support the 'limit' property so some developers may call the plugin multiple times in a loop.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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