Reputation: 193
We are embedding Vimeo videos in Android WebView and we are not using default vimeo player controls. According to guidelines,
https://developer.vimeo.com/player/sdk/embed
We are setting a video quality(360p, 240p etc.) instead of auto (default one) before loading vimeo player and there is no change in quality(still auto). But if we use player controls, and change quality, it works as expected. We need quality to change if we set a custom one before loading player.
Upvotes: 0
Views: 605
Reputation: 1
Apparently there is a way to trick the webview to thinking the device is a desktop one. https://github.com/vimeo/player.js/issues/720
Upvotes: 0
Reputation: 14714
As per Vimeo documentation:
The quality parameter is not currently supported on mobile devices or tablets. It will be ignored on devices other than desktop computers.
Upvotes: 0