Ines Gomes
Ines Gomes
> import { PowerManagement } from '@ionic-native/power-management'; Thanks a Lot @mpfurnari for your explanations :-) It is working to received messages one to one ... `this.socket.on('message'+id ...` I thought it...
@TheMoroccan09 It is working now in my Xiaomi 7.1.1 and not working in my cliente Galaxy S10+ 9 You can check the solutions for your mobile clicking in the corresponding...
Working on emulator Galaxy 9 with [ https://github.com/irceline/aq-mobile-be/issues/94#issuecomment-464293865]( https://github.com/irceline/aq-mobile-be/issues/94#issuecomment-464293865) and in the client :-)
@n1705771 In my Android 7.1, if I go to installed apps I can change settings of battery mode. I installed this https://github.com/lkonzen-garupa/cordova-plugin-background-mode and the app ask user permission to use...
Totally agree!!!! I really would love to see something better ! Fortunately google store accept it! https://play.google.com/store/apps/details?id=nl.gotop.nms
> Great @Entrecampos. Let us know your results, and what device you tested it on. > > I tested it with Samsung S9+ (on Android 9), and it did not...
It is working in my app :-) https://play.google.com/store/apps/details?id=nl.gotop.nms You can see here the code https://github.com/katzer/cordova-plugin-background-mode/issues/400#issuecomment-484077499
I installed https://github.com/lkonzen-garupa/cordova-plugin-background-mode And in plugin.xml is already this: ``` ``` [and add the code for wake_lock, Working in android 5, 7, 10 :-)](https://github.com/katzer/cordova-plugin-background-mode/issues/400#issuecomment-484077499)
> Is there any code to call besides `backgroundMode.setDefaults({silent:false})` to make sure that the notification is instantiated? Hi @rastographics Maybe: ``` const options = { title: 'your title', text: 'your...
Hi @moderntechllc, I have local notifications working with this cordova plugin and custom sound also for android 10, but I would like to move to capacitor, So I am trying...