Add iOS Quirk for Media API play method
---------------------------------------
Key: CB-436
URL: https://issues.apache.org/jira/browse/CB-436
Project: Apache Callback
Issue Type: Bug
Components: Docs
Reporter: Shazron Abdullah
Assignee: Michael Brooks
Priority: Minor
Add as a quirk: on iOS, it accepts a "numberOfLoops" option. See CB-435 as well.
{code}
var options = { numberOfLoops: 2 };
new Media("foo.mp3").play(options);
{code}
--
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