hi
i use fullscrean code in this theater :
https://www.b4x.com/android/forum/threads/full-screen-apps.47866/#content
______________________________________________________
1. Add this attribute:
Code:
#PlistExtra: <key>UIViewControllerBasedStatusBarAppearance</key><false/>
2. Add this code:
Code:
Dim no AsNativeObject = app
no.RunMethod("setStatusBarHidden:animated:", Array(True, False))
___________________________________________________
and when i use tools>build server>build release app
i see this error
and i try over and over
i use fullscrean code in this theater :
https://www.b4x.com/android/forum/threads/full-screen-apps.47866/#content
______________________________________________________
1. Add this attribute:
Code:
#PlistExtra: <key>UIViewControllerBasedStatusBarAppearance</key><false/>
2. Add this code:
Code:
Dim no AsNativeObject = app
no.RunMethod("setStatusBarHidden:animated:", Array(True, False))
___________________________________________________
and when i use tools>build server>build release app
i see this error
and i try over and over