You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.