-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android auto-rotation #1263
Comments
I also have the problem . It makes it more hard to programe game. |
We are going to restore the virtual keyboard and give a user ability to select keyboard type. |
Keyboard issues fixed with #660 |
It seems it's a bug on the SDL2 lib side, because we do nothing with the screen rotation on our side. |
The virtual keyboard has been restored, but I don't know how to check if auto-rotation is locked. |
As of version Some Internet sources seem to say that this would be set not in the SDL2 lib but in your Android manifest ( |
The Android version of TIC-80 auto-rotates between portrait and landscape despite auto-rotate being turned off, which seems like a bug, as it is doing the opposite of what the user wants.
The text was updated successfully, but these errors were encountered: