Closed GwenWing closed 9 years ago
Using:
de.appplant.cordova.plugin.background-mode 0.6.3 "BackgroundMode" org.apache.cordova.media 0.2.15 "Media"
On iOS: when in background mode, calling working code:
var media = new Media(src); media.play();
will end background mode, without any event fired, and make the application stop running.
@GwenWing, I tried it out but plugin does not stop as you describe.
Please reopen the issue if still existing for you. Thanks!
Using:
de.appplant.cordova.plugin.background-mode 0.6.3 "BackgroundMode" org.apache.cordova.media 0.2.15 "Media"
On iOS: when in background mode, calling working code:
var media = new Media(src); media.play();
will end background mode, without any event fired, and make the application stop running.