aspdev91 opened a new issue #147: URL: https://github.com/apache/cordova-plugin-dialogs/issues/147
# Bug Report ## Problem When I use javascript code from this package, all the audio including music in the WKWebView outputs audio through the earpiece. The volume is really low. I tried setting all audio to come out of the main speaker using this audio plugin, but the notification beeps no longer are outputted. https://github.com/neohelden/cordova-plugin-audiotoggle ### What is expected to happen? Notification beeps come out from the speaker. ### What does actually happen? Low volume sounds and audio coming out from the earpiece. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> Using latest release ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ``` navigator.notification.beep(2); ``` ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> iOS 13.7 WKWebView ### Version information What are relevant versions you are using? Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins: 10.0.0 , iOS platform 6.1.1 Other Frameworks: Ionic Framework and CLI version: No Framework ## 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
