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
same code and same images on ios works fine, but there is slight overpanning on android
specifically for content with an aspect ratio that completely fills the vertical zoom subject, this happens. If the content aspect ratio fills the horizontal zoom subject, but not the vertical, it doesnt happen.
It feels like there might be something to do with the status bar, but I am definately setting the contentHeight using the window height, not the screen height. I mean, its the same calculation regardless of the image itself, and if its a landscape type of aspect ratio, when I zoom, in the content bounding is pixel perfect.
I cant really understand it.
The text was updated successfully, but these errors were encountered:
same code and same images on ios works fine, but there is slight overpanning on android
specifically for content with an aspect ratio that completely fills the vertical zoom subject, this happens. If the content aspect ratio fills the horizontal zoom subject, but not the vertical, it doesnt happen.
It feels like there might be something to do with the status bar, but I am definately setting the contentHeight using the window height, not the screen height. I mean, its the same calculation regardless of the image itself, and if its a landscape type of aspect ratio, when I zoom, in the content bounding is pixel perfect.
I cant really understand it.
The text was updated successfully, but these errors were encountered: