Glitchbone / CordovaYoutubeVideoPlayer

Play Youtube Videos in a native Video Player on Android & iOS
MIT License
83 stars 133 forks source link

Unable to hear Voice when playing in iOS #36

Closed itskrsna closed 6 years ago

itskrsna commented 6 years ago

Can able to play this Plugin in Android,

When playing in iOS , unable to hear the voice .

tjwoon commented 6 years ago

Is your iPhone / iPad in Silent mode (ringer)? Your app may be using the Ringer volume instead of the Media volume.

Try this plugin to switch to the Media volume: https://www.npmjs.com/package/cordova-plugin-iosmediavolume

itskrsna commented 6 years ago

Yes, that is the issue ... solved the Issue