You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/27 14:44:27 UTC

[GitHub] [cordova-plugin-media] walmink opened a new issue #220: iOS ringer status ignored after playing second sound

walmink opened a new issue #220: iOS ringer status ignored after playing second sound
URL: https://github.com/apache/cordova-plugin-media/issues/220
 
 
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   When I activate the physical ringer (a.k.a. silent mode) switcher on the iPhone, I expect to hear no more sounds.
   
   ### What does actually happen?
   When loading the app, I start a background music track. As long as I don't play any other sound, switching the physical ringer switcher will turn off the background music.
   However, as soon as I have played any other sound, the ringer switcher no longer turns off the music. Entirely closing the app and reopening it means the switcher works again, only as long as I don't do anything else.
   
   ## Information
   
   ### Command or Code
   Not a command, as the ringer is handled automatically.
   Sounds were played using loadSound and playSound, obviously.
   
   ### Environment, Platform, Device
   iOS 12.1.4, iPhone SE
   
   ### Version information
   Cordova 8.1.2
   Cordova-plugin-media 5.0.2
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ x ] I searched for existing GitHub issues
   - [ x ] I updated all Cordova tooling to most recent version
   - [ x ] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org