Android Question titlebar blink before application start

pacoMx

Member
Licensed User
Longtime User
Hello, I've added a local html5 into a webview. Everytime I start the application (first time) it "blinks" and shows a title bar with the ApplicationLabel in it. I think it shows for about 1 second or a little bit less.

Module attributes:
#FullScreen: True
#IncludeTitle: False

Is there a way to get rid of that "blink"?
 
Top