Closed
Description
StackOverflow references:
HTML5 Canvas drawImage ratio bug iOS
MobileSafari not returning the right image size info via JavaScript
Mobile Safari renders scaled on Canvas?
iOS references:
Possible solution:
There is a JavaScript canvas resize library which works around the subsampling and vertical squash issues encountered when drawing scaled images on canvas on iOS devices: http://github.com/stomita/ios-imagefile-megapixel
There are side issues when scaling images with alpha channel (as it uses the alpha channel for the issues detection) and when trying to resize existing canvas elements.
However, it does solve the issue at hand.
Metadata
Metadata
Assignees
Labels
No labels