Skip to content Skip to sidebar Skip to footer

Youtube Iframe Embed Can't Control Audio On Ipad

I have been playing around with the YouTube iframe API and have created a basic set of player controls for the YouTube player using Flash CC HTML5 canvas. The controls consist of a

Solution 1:

According to the Safari Docs, the volume property is read-only and can't be set.

On iOS devices, the audio level is always under the user’s physical control. The volume property is not settable in JavaScript. Reading the volume property always returns 1.

You cannot programmatically set the volume of the video.

Post a Comment for "Youtube Iframe Embed Can't Control Audio On Ipad"