Search found 2 matches

by loustak
Fri Oct 25, 2019 9:42 pm
Forum: Support and Development
Topic: Love2d not starting in portrait mode on Android
Replies: 0
Views: 3706

Love2d not starting in portrait mode on Android

Hello, It seems that I have found a strange bug on Android. I have set in my manifest to start the game in portrait mode as follow: <activity android:configChanges="orientation|screenSize" android:label="Cadence" android:launchMode="singleTop" android:name="org.lov...
by loustak
Sat Sep 28, 2019 9:38 am
Forum: Support and Development
Topic: [Android] cannot hide status bar
Replies: 0
Views: 4486

[Android] cannot hide status bar

Hello, I'm trying to hide the status bar on Android. Here is my Manifest: <?xml version="1.0" encoding="utf-8" standalone="no"?> <manifest package="com.loustak.cadence" android:versionCode="1" android:versionName="1.0.0" android:installLoca...