You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Created) (JIRA)" <ji...@apache.org> on 2012/04/03 23:54:25 UTC

[jira] [Created] (CB-435) CDVSound.m methods - convert use of "options" object into "arguments" array

CDVSound.m methods - convert use of "options" object into "arguments" array 
----------------------------------------------------------------------------

                 Key: CB-435
                 URL: https://issues.apache.org/jira/browse/CB-435
             Project: Apache Callback
          Issue Type: Sub-task
            Reporter: Shazron Abdullah




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CB-435) CDVSound.m methods - convert use of "options" object into "arguments" array

Posted by "Shazron Abdullah (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-435:
--------------------------------

    Component/s: Docs
       Assignee: Shazron Abdullah

tagging docs - perhaps should be separate issue regarding the "numberOfLoops" options iOS quirk
                
> CDVSound.m methods - convert use of "options" object into "arguments" array 
> ----------------------------------------------------------------------------
>
>                 Key: CB-435
>                 URL: https://issues.apache.org/jira/browse/CB-435
>             Project: Apache Callback
>          Issue Type: Sub-task
>          Components: Docs, iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 1.6.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CB-435) CDVSound.m methods - convert use of "options" object into "arguments" array

Posted by "Shazron Abdullah (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-435.
---------------------------------

    Resolution: Not A Problem
    
> CDVSound.m methods - convert use of "options" object into "arguments" array 
> ----------------------------------------------------------------------------
>
>                 Key: CB-435
>                 URL: https://issues.apache.org/jira/browse/CB-435
>             Project: Apache Callback
>          Issue Type: Sub-task
>          Components: Docs, iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 1.6.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-435) CDVSound.m methods - convert use of "options" object into "arguments" array

Posted by "Shazron Abdullah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245842#comment-13245842 ] 

Shazron Abdullah commented on CB-435:
-------------------------------------

This should still work - although Media.play accepts an options object in the common js [1] and it should be passed to Obj-C CDVSound.m's play method in the options dict, the "numberOfLoops" option [2] is undocumented.

 1. https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plugin/Media.js#L71
 2. https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVSound.m#L182
                
> CDVSound.m methods - convert use of "options" object into "arguments" array 
> ----------------------------------------------------------------------------
>
>                 Key: CB-435
>                 URL: https://issues.apache.org/jira/browse/CB-435
>             Project: Apache Callback
>          Issue Type: Sub-task
>          Components: Docs, iOS
>            Reporter: Shazron Abdullah
>             Fix For: 1.6.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira