S sigster Active Member Licensed User Longtime User Aug 19, 2024 #1 Hi How can I hide NavigationBar not FullScreen only the NavigationBar Regards Sigster
Erel B4X founder Staff member Licensed User Longtime User Aug 20, 2024 #2 Try it with: B4X: #FullScreen: False #IncludeTitle: True And: B4X: jo.RunMethod("setSystemUiVisibility", Array As Object(4096)) 'in Activity_WindowFocusChanged Based on this project: https://www.b4x.com/android/forum/threads/immersive-mode-hide-the-navigation-bar.90882/#content Upvote 0
Try it with: B4X: #FullScreen: False #IncludeTitle: True And: B4X: jo.RunMethod("setSystemUiVisibility", Array As Object(4096)) 'in Activity_WindowFocusChanged Based on this project: https://www.b4x.com/android/forum/threads/immersive-mode-hide-the-navigation-bar.90882/#content