BerthaBrenes opened a new issue #78: in iOs isn't working properly URL: https://github.com/apache/cordova-plugin-battery-status/issues/78 # Bug Report ## Problem The plugging isn't working on iOS devices, the code haven't been update after 7 years ### What is expected to happen? Its suppose to show the battery status ### What does actually happen? Doesn't show anything, no even a simple console log in the function ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> node v12.16.1 npm 6.13.4 ionic CLI 6.0.2 ### Command or Code <!-- What command or code is needed to reproduce the problem? --> here my simple code this.batteryStatus.onChange().subscribe(status => { console.log("Estado Bateria"); console.log(status.level, status.isPlugged); this.batteryText = status.level; this.cdr.detectChanges(); }); ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? -- > working on iOS ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [X ] I searched for existing GitHub issues - [ X] I updated all Cordova tooling to most recent version - [ X] I included all the necessary information above
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
