-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aspect ratio in IOS #19
Comments
it seems that there are a lot of troubles in the iOS part... If I have some time I would rewrite it maybe in swift if it's possible. |
I also have this issue in ios where images after resize don't have the correct aspect ratio. Is there any updates or workaround on this @vazad28 ? |
Here, all viceversa, i need at android to change aspect ratio. |
@ourarash a workaround is to create an Image object from original one to check its dimensions and calculate the aspect ratio. Then you can resize setting for example the width and calculating the height to keep the aspect ratio.
|
Any news on this? @guillermogfer your solution doesn't work and sometimes app crashes if the image is very large |
Good day, any update on this yet for Ionic 3. |
Am I correct in my impression that the plugin does not keep the aspect ratio of the resized image in ios. In android the aspect ratio is maintained but not so in ios. If true is there a way we can keep the aspect ration as we resize in ios.
The text was updated successfully, but these errors were encountered: