One of my apps has set it to work in landscape mode. In fact, I inserted in "Region Project Attributes" "#SupportedOrientations: landscape".
However when I connect to a dynamic web page at the push of a button, it appears vertically.
I don't like it very much. Is it possible to remedy this ... inconsistency?
Thanks in advance
However when I connect to a dynamic web page at the push of a button, it appears vertically.
B4X:
Dim p As PhoneIntents
StartActivity(p.OpenBrowser(.........))
Thanks in advance