leemind

Results 7 comments of leemind

I would love this feature - in fact for exactly the same use case.

> PR? I think you are giving me far too much credit - I don't think my coding skill are up to it!

OK, so I have a working prototype in my forked repo. It only works when min = -max at the moment, and I need to do some more testing, but...

I have exactly the same issue after upgrading to 1.10.1. I reset my project and removed/re-added the platforms for a clean build, but the issue persists. I think the key...

Did you try upgrading to 1.10.2? I did that and all (well these) my problems went away.

Ha, I had forgotten that I had pushed it to github. I don't think I even documented it properly. I do want to add 2 pointers on one guage as...

For anyone coming to this thread who uses Meteor (Cordova under the hood) I found this worked: ``` // Accounts.onLogin() if (Meteor.isCordova) { console.log("isCordova - setting up push notifications"); //...