gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

Set volume icons and mute toggle based on muted property #56

Closed edrpls closed 4 years ago

edrpls commented 4 years ago

This PR uses the muted property to set volume icons and toggle mute, instead of the volume property as we did before, this is because iOS always returns 1 from video.volume and the property is read-only.

Close #55.