Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5187610AF2 for ; Wed, 11 Sep 2013 23:19:52 +0000 (UTC) Received: (qmail 36981 invoked by uid 500); 11 Sep 2013 23:19:51 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 36938 invoked by uid 500); 11 Sep 2013 23:19:51 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 36929 invoked by uid 99); 11 Sep 2013 23:19:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 23:19:51 +0000 Date: Wed, 11 Sep 2013 23:19:51 +0000 (UTC) From: "Lorin Beer (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4593) vibrate does not work on BlackBerry10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13764937#comment-13764937 ] Lorin Beer commented on CB-4593: -------------------------------- vibrate is owned by the navigator object directly on BB10. This has been documented, and I am exploring a workaround. > 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 }}. > 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