Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
Description
Used cordova-cli 3.0.6 to reproduce:
$ cordova create tmp
$ cd tmp
$ cordova platform add blackberry10
$ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git
I have the following code in my index.html:
function vibrate() { navigator.notification.vibrate(100); }
Then added a BlackBerry target to my Z10, and deployed with cordova run --keystorepass <pwd>.
Calling the vibrate function above did nothing.
Attachments
Issue Links
- is a clone of
-
CB-4592 beep does not work on BlackBerry10
- Closed