Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Ripple Contributions

Reply
New Contributor
deanclkclk
Posts: 2
Registered: ‎01-20-2013
My Carrier: Verizon

Pedometer error for Android

Hello everyone I am getting a strange error with the ripple plugin running my app. The is the pop up I am getting:

 

PedometerPlugin.startPedometer

We seem to be missing some stuff :smileysad:

What is kinda cool though you can fill in the textarea to pass a json object to the callback you want to execute

 

From the console: I am seeing

 

missing exec:smileytongue:edometerPlugin.startPedometer ripple.js:39
TypeError {} ripple.js:39
TypeError: Cannot call method 'startPedometer' of undefined at Object.ripple.define.module.exports.exec (chrome-extension://geelfhphabnejjhdalkjhgipohgpdnoc/ripple.js:39:19386) at
Object.PedometerAndroidPlugin.startPedometer 
Please use plain text.
BlackBerry Development Advisor
blintner
Posts: 17
Registered: ‎11-28-2012
My Carrier: Ripple

Re: Pedometer error for Android

Hey deanclkclk,

 

I am presuming the exception you are seeing is thrown even after you enter valid json and invoke a success/error callback (?). If so, could you please report that bug on our GitHub issues section (as well). And if not, even a feature request for Pedometer would be super apprecaited (if you would like, as I can do that too)!.

 

https://github.com/blackberry/Ripple-UI/issues/new

 

PS In the meantime (since we are on here), would you be able to post the steps to reproduce this (i.e. the JSON entered into the text area, etc) so I can see if I can get the same? Thanks!

 

Cheers,

Please use plain text.