Igor Capistrano
Results
1
comments of
Igor Capistrano
I was having the same problem. I manage to fix it by doing: ``` cordova.plugins.backgroundMode.on('activate', function() { cordova.plugins.backgroundMode.disableWebViewOptimizations(); }); ```