orientation portrait landscape rotate

  1. S

    Android Question switch between portrait vs lanscape problem

    i have some activity with portrait and two activities that i set landscape with this code: Sub Globals Dim ph1 As Phone End Sub Sub Activity_Create(FirstTime As Boolean) ph1.SetScreenOrientation(0) '-1 Unspecified, 0 - Landscape, 1 - Portrait End Sub when i switch from on landscape...
  2. Mattiaf

    Android Question Change dimension of WebView when phone is rotated

    Hi, I'm using a webview control and I want my app to be both in portrait and landscape mode. With that, I mean that if the phone is on portrait position, the webview size should be a perfect square with dimensions half of the screen. If the phone is on horizontal, which means on landscape...
  3. Pablo Torres

    iOS Question Portrait mode in all pages except one

    Hi, I have an app that has 5 pages and is in portrait mode only, but ony for one of those pages i need landscape mode to be allowed (it will be up to the user then to rotate or not the device in that page) Is that posible in B4i? Need some help please, many thanks
Top