I would like to know the battery cycle count on my Phonegap app. But I can't find a way to have it. Is it possible with Cordova/Phonegap or should I use native code for each platform ?
Asked
Active
Viewed 35 times
1 Answers
0
I don't think the cordova-plugin-battery-status provides that information, so you'd need to either track down another third-party plugin which does this, or write your own (yes in native code).

wildabeast
- 1,723
- 3
- 18
- 31
-
Oh, I don't know how to do this. But thanks anyway ;) I'll find a solution. – L. Grolleau Oct 07 '17 at 18:20