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
Currently we use the last ng-img-crop version (0.3.2)
We faced with problem on Safari Mobile browser (IPhone device).
Control which is placed inside modal window set wrong canvas width for images with height greater then width (portrait selfy for instance).
In this specific case result canvas width is greater then height. Actually canvas width equals to modal window width. As a result canvas image is stretched.
Also in chrome browser in responsive mode with screen size equals to IPhone device size ng-img-crop set the canvas width correct so result canvas image has the right proportions.
The text was updated successfully, but these errors were encountered:
karpenberg
changed the title
Mobile Safari browser canvas wrong size
Mobile Safari canvas wrong proportions
Jul 27, 2018
Currently we use the last ng-img-crop version (0.3.2)
We faced with problem on Safari Mobile browser (IPhone device).
Control which is placed inside modal window set wrong canvas width for images with height greater then width (portrait selfy for instance).
In this specific case result canvas width is greater then height. Actually canvas width equals to modal window width. As a result canvas image is stretched.
Also in chrome browser in responsive mode with screen size equals to IPhone device size ng-img-crop set the canvas width correct so result canvas image has the right proportions.
The text was updated successfully, but these errors were encountered: