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
I am wondering how to best handle device rotation with the Panoramic View.
At the moment, I am able to adjust the frames of the scrollView and imageView after a rotation and also adjusted the gyro methods so that the x-axis is used when the device is used in landscape and y-axis when in portrait.
What I do have problems with however, is the PanaromicIndicator? Is there a good way to have that moved and resized when the device is rotated?
The text was updated successfully, but these errors were encountered:
want my app to be able to show/hide the indicator based on a tap on the image (as a toggle). If I have the scroll indicator enabled in the view and then disable it, it hides, but then enabling it again, the app crashes.
As this is likely related to the rotation issue, I am adding it in this issue thread.
I am wondering how to best handle device rotation with the Panoramic View.
At the moment, I am able to adjust the frames of the scrollView and imageView after a rotation and also adjusted the gyro methods so that the x-axis is used when the device is used in landscape and y-axis when in portrait.
What I do have problems with however, is the PanaromicIndicator? Is there a good way to have that moved and resized when the device is rotated?
The text was updated successfully, but these errors were encountered: