Dear All
I have an application composed by several panels, each panel should
be always visualized in portrait mode.
For this purpose, I use the "#SupportedOrientations: portrait" directive.
Only in one panel, I have an HorizontalScrollView.
When the user clicks on an image inside the HorizontalScrollView (and
only in this case), I need to switch to Landscape mode, with the selected
image painted on a TouchImageView in landscape mode.
The question is:
Is possible to catch the orientation changing event, even if
#SupportedOrientations is set to portrait, and (after some checks)
optionally change the device orientation?
Thanks
I have an application composed by several panels, each panel should
be always visualized in portrait mode.
For this purpose, I use the "#SupportedOrientations: portrait" directive.
Only in one panel, I have an HorizontalScrollView.
When the user clicks on an image inside the HorizontalScrollView (and
only in this case), I need to switch to Landscape mode, with the selected
image painted on a TouchImageView in landscape mode.
The question is:
Is possible to catch the orientation changing event, even if
#SupportedOrientations is set to portrait, and (after some checks)
optionally change the device orientation?
Thanks