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

ASF subversion and git services commented on CB-4592:
-----------------------------------------------------

Commit 8eab4539e233989dbaf24f6c78e3e94402535c7a in branch refs/heads/master 
from [~kflores772]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=8eab453 ]

[CB-4592] [Blackberry10] Added beep support

                
> beep does not work on BlackBerry10
> ----------------------------------
>
>                 Key: CB-4592
>                 URL: https://issues.apache.org/jira/browse/CB-4592
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry, Plugin Dialogs
>    Affects Versions: 3.0.0
>            Reporter: Filip Maj
>            Assignee: Bryan Higgins
>
> Used cordova-cli 3.0.6 to reproduce:
> {code}
> $ cordova create tmp
> $ cd tmp
> $ cordova platform add blackberry10
> $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
> {code}
> I have the following code in my index.html:
> {code}
> function beep() {
>     navigator.notification.beep(10);
> }
> {code}
> Then added a BlackBerry target to my Z10, and deployed with {{cordova run 
> --keystorepass <pwd>}}.
> Calling the {{beep}} function above did nothing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to