paredesivan commented on issue #140: How to support background mode? URL: https://github.com/apache/cordova-plugin-geolocation/issues/140#issuecomment-466115284 install the plugin cordova-plugin-background-mode and put thiss lines on your controller try { cordova.plugins.backgroundMode.onactivate = function () { cordova.plugins.backgroundMode.disableWebViewOptimizations(); }; } catch (e) { }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
