niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.39k stars 4.78k forks source link

Input type range is not working for html2canvas #2852

Open bveeni opened 2 years ago

bveeni commented 2 years ago

Hi, I am trying to download pdf using html2canvas library. My downloaded pdf includes all other html element except this input type range. Here is sample js fiddle. Here, on click of download- pdf is generated but input type range is missing on pdf. https://jsfiddle.net/bveeni/h04zpomj/ Is there anyone that can help me with this.

Specifications:

JithinAji commented 1 year ago

Hi,

I am also facing a similar issue. I am attaching the code-pen for the same.

https://codepen.io/jithinaji/pen/QWBdYZK

gagwithgaffer commented 1 year ago

same issue for me, this is very fustrating. I have tried rolling back version to 1.3.4 but made no difference. The range bar dissapears and leaves just a two digit number in its place represneting the value set for the ranger slider. Plese fix this

secretwpn commented 1 year ago

Just to bump the issue: same here

ratherdullpoet commented 1 year ago

Having the same issue.

kozopas228 commented 1 month ago

same