Geezer Active Member Licensed User Longtime User Jul 21, 2018 #1 I am using a full screen app, and making it immersive to hide the navigation but the edge panel ( on an S8+ ) still shows. I have other apps installed that hide it. How can I hide it ?
I am using a full screen app, and making it immersive to hide the navigation but the edge panel ( on an S8+ ) still shows. I have other apps installed that hide it. How can I hide it ?
Erel B4X founder Staff member Licensed User Longtime User Jul 22, 2018 #2 Add this to the manifest editor: B4X: AddApplicationText(<meta-data android:name="android.max_aspect" android:value="2.1"/>) Upvote 0
Add this to the manifest editor: B4X: AddApplicationText(<meta-data android:name="android.max_aspect" android:value="2.1"/>)
Geezer Active Member Licensed User Longtime User Jul 22, 2018 #3 Erel said: Add this to the manifest editor: B4X: AddApplicationText(<meta-data android:name="android.max_aspect" android:value="2.1"/>) Click to expand... That didn't work Upvote 0
Erel said: Add this to the manifest editor: B4X: AddApplicationText(<meta-data android:name="android.max_aspect" android:value="2.1"/>) Click to expand... That didn't work
Erel B4X founder Staff member Licensed User Longtime User Jul 23, 2018 #4 I think I misunderstood your request. Set a full screen theme: https://www.b4x.com/android/forum/threads/93892/#content Maybe it will hide it. If nor you should look for a Java solution and we can help you port it. Upvote 0
I think I misunderstood your request. Set a full screen theme: https://www.b4x.com/android/forum/threads/93892/#content Maybe it will hide it. If nor you should look for a Java solution and we can help you port it.
Geezer Active Member Licensed User Longtime User Jul 24, 2018 #5 After further investigating it doesn't seem possible. The edge isn't shown in landscape mode but it is still visible on all portrait screens. Upvote 0
After further investigating it doesn't seem possible. The edge isn't shown in landscape mode but it is still visible on all portrait screens.