Hi,
I have several how-to-videos that must be included in my project. I’ve tested Video control and it’s more that enough for my requirements. However, there is an image in the right bottom of the control that downloads the video when clicked. I prefer not to allow user to have the ability to download videos.
Is there a way I can disable that? I’ve looked at https://docs.wisej.com/api/wisej.web/media/wisej.web.video for a property but didn’t find any.
Thanks.
Apparently that download button is a new feature added by Chrome 55. It cannot be removed by code, you can try to add a CSS style like the one in this post:
https://productforums.google.com/forum/#!topic/chrome/1WXSi6BzK9M
You can add it to the Default.html page using the <style> element or add a css file.
Hi Luca,
I also noticed that the download button is not available in other browsers. I would try you suggestion.
Thanks.
Please login first to submit.