Search code examples
cordovaphonegap-pluginscordova-pluginsphonegapbattery

Phonegap Battery cycle count


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 ?


Solution

  • 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).