B4A Code Snippet [B4XPages] Lock screen orientation based on how device is held when App is started. - William Lancee    Oct 2, 2021   (3 reactions) .SetScreenOrientation(7) Else ph.SetScreenOrientation(6)
Dim pm As B4XPagesManager
pm.Initialize...I have an App that can handle both orientations, so I wanted the user's preference to be reflected in how the App was oriented.
I searched the Forum, but I couldn't find what I needed.
In... B4A Question [B4X] B4XPages - Locked orientation limitation - Sandman    Jun 12, 2020 using B4XPages with locked orientation, if I could at least assume that the limitation would be removed...I'm still trying to wrap my head around the new and exciting feature B4XPages and I understand... B4A Question Does this method for restarting a B4XPages App with a different orientation work in Android 8+? It works in Android 7.0. - William Lancee    Dec 1, 2021   (1 reaction) -dynamically-switching-screen-orientation-while-using-b4xpages.136476/...I have been experimenting with this. The idea is that although B4XPages is committed to... B4A Code Snippet [B4XPages]Dynamically switching screen orientation while using B4XPages - William Lancee    Dec 3, 2021   (4 reactions) that B4XPages is initialized with the new orientation.
The App state can be saved and reloaded.
Update...-this-method-for-restarting-a-b4xpages-app-with-a-different-orientation-work-in-android-8-it-works-in-android... B4A Question Change orientation makes B4Xpages go back to first page - asales    Jul 5, 2025 There are an old thread where the soluction is: change orientation to portrait.
Now the Play Console shows a warning about change the orientation to unspecified to use with Android 16... B4A Tutorial Edge Case use for B4XPages: Changing Orientation for Many Pages - Jack Cole    Nov 3, 2020   (13 reactions) this approach below.
This post and examples demonstrate how to extend B4XPages to allow orientation changes... of B4XPages, you can share almost all of your code across platforms and/or develop single platform apps... B4A Question B4XPages App Orientation - Harris    Mar 16, 2024   (1 reaction) the compile log)
B4XPages will support ONE or the OTHER - I set it to unspecified
He states...
B4XPages.Delegate.Activity_ActionBarHomeClick
ActionBarHomeClicked = False
End Sub
Sub... B4A Question Problem with B4XPages and change orientation - Filippo    Mar 22, 2025 Hi,
I must first say that I do not use B4XPages, but the problem also affects the standard... with B4XPages solved?... B4A Question B4XPages device orientation - JakeBullet70    Oct 7, 2022 If I want to support both landscape and portrait orientations do I have to release 2 different apps?... B4A Library SoftOrientation Library for Activitiy and B4XPages based projects - Ivica Golubovic    Nov 12, 2022   (16 reactions) change
Allows defining the screen orientation for each B4X page in the B4XPages project
The working... it depending on your variable name in your future projects.
If B4XPages.MainPage.SoftOrientationMain... Page: 1   2   3   4   5   6   7   |