Clicking vimeo screen in mobile view make unmuted #1012
Seunghyum
started this conversation in
Bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello
now I serviced video by vimeo.
thank you for your great support :)
I have some problem
mobile view is different from desktop.
But I was used custom UI button for both mobile and desktop
in mobile view, there are added the
vp-unmuted
div tag.when user click video screen, video unmuted. changed lik this.
I want to clicking video screen, just all toolbar ui is appear like desktop view.
Desktop it isn't. (which was I want to same with mobile)
It just appear all tool ui like play button.
it is very critical, but it is not able to control by sdk option.
I already have custom ui for my service code for control unmute function in mobile.
Furthermore,
vp-unmute
UI is not match with our service goal.I think almost users are not expect that clicking video screen can trigger unmute in mobile.
Suddenly unmute can make user unhappy.
I think this change can limit developer's control on video and can make unhappy users of using vimeo service.
it is possible mobile view is same with desktop view by api option?
or same view mobile and desktop on under version of vimeo sdk?
I tried latest version(v2.16.2), v2.9.0 and v2.12.0 but all that same.
Expected Behavior
clicking video screen in mobile view, appear ui elements.
Actual Behavior
clicking video screen in mobile view, unmuted
Steps to Reproduce
make vimeo iframe or embed by js is all same.
I tried latest version(v2.16.2), v2.9.0 and v2.12.0 but all that same.
I used iframe tag like this
Beta Was this translation helpful? Give feedback.
All reactions