Android Question Fullscreen really

jeronimovilar

Active Member
Licensed User
Longtime User
i' trying to use fullscreen, but the navigation bar is showing (return, home)
B4A:
B4A:
#Region  Activity Attributes
    #FullScreen: True
    #IncludeTitle: False
    #BridgeLogger: False
#End Region

Manifest Editor:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="29"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.LightTheme)

What is happening?
Sorry my english
 

agraham

Expert
Licensed User
Longtime User
The forum search still works.
 
Upvote 1

jeronimovilar

Active Member
Licensed User
Longtime User
Thanks @agraham,
My app is old, and i use B4A. It was working fine, but i needed change the theme (manifest editor) and the fullscreen is nos working more.
This example (imersive) uses B4X.
Do you have a example with B4A?
 
Upvote 0

jeronimovilar

Active Member
Licensed User
Longtime User
My app working fine since 2016 (with fullscreen). This month i needed make a change, reinstal B4A for this and the fullscreen not work.
I will keep trying :)

Jeronimo
Brazil
 
Upvote 0
Top