0

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 ?

1 Answers1

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