html2canvas icon indicating copy to clipboard operation
html2canvas copied to clipboard

Input type range is not working for html2canvas

Open bveeni opened this issue 2 years ago • 5 comments

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:

  • html2canvas version tested with: Version- 1.4.1
  • Browser & version:Chrome
  • Operating system:Win-64 bit

bveeni avatar Mar 07 '22 03:03 bveeni