Video Control Download Image

0
0

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.

 

Attachment
  • You must to post comments
0
0

Hi Luca,

I also noticed that the download button is not available in other browsers. I would try you suggestion.

Thanks.

  • Cris
    • Cris
    • Jan 18, 2017 - 2:58 pm
    Hi Luca, Putting the css in default.html works. Thanks.
  • You must to post comments
0
0

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.

http://stackoverflow.com/questions/41115801/in-chrome-55-prevent-showing-download-button-for-html-5-video

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.