Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何机制可以检查 IOS 上特定应用程序的电池使用情况和网络使用情况。我们有这些原生功能的 Cordova 插件吗?
对于电池使用情况,您可以使用 Cordova 电池状态插件。
cordova plugin add cordova-plugin-battery-status
对于网络使用,您可以使用 Cordova 网络信息插件。
cordova plugin add cordova-plugin-network-information
两者都是易于安装的标准插件。