Hi everbody,
I export my game as a Android Studio project. When I build the game and install on my phone the game never get in fullscreen.
I also tried these methods
minified and non minified exports
put a button on screen to trigger fullscreen ( with Browser Plugin )
added this code (android:theme="@android:style/Theme.NoTitleBar.Fullscreen">) in manifest.xml file on Android Studio
but didn't work
Is there any solution