-
Notifications
You must be signed in to change notification settings - Fork 408
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
Rotate Screen camera zoomed #42
Comments
Could you please provide screenshots? |
Thanks for the screenshots - looks odd indeed. Could you please also provide us with the following information:
|
i just run your demo.i test on nexus 4 rom NitrogenOS 7.1.2 and Samsung s5 rom 6.0.1. |
@brian1212 May I ask you to do a little debugging for us? Could you please check what values |
Alternatively, please try updating to 1.0.3. It will not fix the problem, but it will print more info to log, which would hopefully help us solve the issue. |
when i start camera seem to be when i rotate screen camera start again.right? |
Hm, those seem to be correct values. Sorry to ask, but could you please also put a breakpoint at line 136 in getChildAt(0).layout(
-extraX / 2,
-extraY / 2,
width - (extraX / 2),
height - (extraY / 2)
); |
Normally should not happen in v2. Feel free to comment |
can you check it ,please.When i rotate screen portait to landscape, camera in landscape mode is zoomed,when i rotate back it normal.
The text was updated successfully, but these errors were encountered: