This component is pretty good. But I did not find a way to disable the download of this video. Could you please tell me the way to disable the download of the video. Thanks in Advance…
But I did not find a way to disable the download of this video.
Are you refering to to disabling of autoplay.
There is method video.setAutoplay(false);
not autoplay, when the video is running there is a download option from the native control (by clicking on the 3 dots on the bottom right corner of the video). I want to disable that download option. in html that can be done by the property controlslist=“nodownload” in the video tag.
That is interesting feature. I added support for controlsList in version 1.3.0, i.e. in addition to nodownload, also nofullscreen is possible. This may not work in older browsers though.
thanks for the updated version… :)