-
Notifications
You must be signed in to change notification settings - Fork 21
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
Image crop when turning the smartphone from portrait to landscape #130
Comments
That issue is being resolved in this PR rodrigocam/ar-gif#11 |
Issue fixed, just waiting for the review on the PR. Apparently already fixes our problems with screen size and rotation |
Issue solved on the rodrigocam/ar-gif#11, tested on most phones and seems much better |
@rodrigocam @pablodiegoss do you need any more info to debug this? |
Some update to browsers may have broken the solution i created on the mentioned PR. Needs investigation |
Maybe this thread on stackoverflow may help: https://stackoverflow.com/questions/3501510/blocking-device-rotation-on-mobile-web-pages |
When you turns the screen, the app cut the image, it is necessary to disable the screen-rotation in the app for it works only as portrait, avoiding the image cut. |
Great! |
I've tested on the dev environment and it's asking for camera permission every time I turn the smartphone. Can you check on that? |
I've just tested, and it's not asking for camera permissions every time I turn the smartphone anymore. |
The resize when change the view from portrait to landscape is wrong, cropping the image or distorting
The text was updated successfully, but these errors were encountered: