phonegap / phonegap-plugin-pwa

A plugin to provide progressive web app API's
45 stars 6 forks source link

Implement Battery Status API 🔋 #8

Closed macdonst closed 6 years ago

macdonst commented 7 years ago

Review current battery plugin and see where it does not match the current W3C standard.

Create a plugin to implement this interface and send PR to cordova-plugin-battery-status.

macdonst commented 6 years ago

We have a plugin that matches the W3C API for Android and iOS at https://github.com/phonegap/phonegap-plugin-battery-status

Should think about sending a PR to the cordova battery plugin.