silencio

Results 3 comments of silencio

I had the same issue. Adding the **REQUEST_IGNORE_BATTERY_OPTIMIZATIONS** permission solved it. The problem (I think) is that _disableBatteryOptimizations()_ needs this permission whereas it is not specified in plugin.xml. You can...

The `appendTo` option did solve the problem in my case. However there's a slight typo in @beefchimi's example: `appendTo` being a `mirror` option, not a "root" option. It should be...

Switching to CDVUIWebViewEngine solved the problem for me.