You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:52:02 UTC

[GitHub] [cordova-ios] bkervaski commented on issue #937: With Cordova and the cordova-plugin-wkwebview-engine I can no longer play sounds without direct user action when the App is installed over the official Apple App-Store!

bkervaski commented on issue #937:
URL: https://github.com/apache/cordova-ios/issues/937#issuecomment-665043977


   Try playing a 1s silent audio file in "onDeviceReady":
   
   let silence = new Audio('res/silence.mp3')
   silence.play()


----------------------------------------------------------------
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



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