I have a web project nested in an app. The parent element uses transform:scale() to adapt. I use html2canvas to generate an A4-sized pdf report from the child element. In iOS (v17), the generated canvas has problems such as text compression and deformation. If I remove the transform:scale(), the generated canvas is blank.
