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

Lorin Beer commented on CB-4593:
--------------------------------

[[email protected]],

closing an issue not assigned to you and marked as in progress is unacceptable. 
We have an issue tracker for a reason, and this has once again led to pointless 
duplication of effort.

Before accepting a solution and closing an issue not assigned to you, a minimum 
would be to contact the person it is assigned to.
                
> vibrate does not work on BlackBerry10
> -------------------------------------
>
>                 Key: CB-4593
>                 URL: https://issues.apache.org/jira/browse/CB-4593
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry, Plugin Vibration
>    Affects Versions: 3.0.0
>            Reporter: Filip Maj
>            Assignee: Lorin Beer
>
> 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-vibration.git
> {code}
> I have the following code in my index.html:
> {code}
> function vibrate() {
>     navigator.notification.vibrate(100);
> }
> {code}
> Then added a BlackBerry target to my Z10, and deployed with {{cordova run 
> --keystorepass <pwd>}}.
> Calling the {{vibrate}} 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