Skip to content
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

Open
AmanitaVerna opened this issue Dec 6, 2020 · 6 comments
Open

Android auto-rotation #1263

AmanitaVerna opened this issue Dec 6, 2020 · 6 comments
Labels
platform: android For issues affecting TIC80 on Android

Comments

@AmanitaVerna
Copy link

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.

@2439905184
Copy link

I also have the problem . It makes it more hard to programe game.
And there is no virtual keyboard as before.
Now it changed to system keyboard.
but This key board can't always float on the top.
Maybe I have to use physics usb keyboard to programe.
I want to use the virtual keyboard before

@nesbox
Copy link
Owner

nesbox commented Jan 18, 2021

We are going to restore the virtual keyboard and give a user ability to select keyboard type.

@nesbox
Copy link
Owner

nesbox commented Jun 29, 2021

Keyboard issues fixed with #660

@nesbox
Copy link
Owner

nesbox commented Jul 3, 2021

It seems it's a bug on the SDL2 lib side, because we do nothing with the screen rotation on our side.
Also, I tried to update to SDL 2.0.14 but without result.
Let's check the issue later with new sdl updates.

@joshgoebel joshgoebel added the platform: android For issues affecting TIC80 on Android label Nov 5, 2021
@nesbox
Copy link
Owner

nesbox commented Apr 5, 2022

The virtual keyboard has been restored, but I don't know how to check if auto-rotation is locked.
next version...

@Ezra
Copy link

Ezra commented Jun 20, 2022

As of version 1.0.2164 (b09c50c), I'm still getting unwanted auto-rotation. (But the keyboard switching is working pretty well.)

Some Internet sources seem to say that this would be set not in the SDL2 lib but in your Android manifest (AndroidManifest.xml), with the attribute android:screenOrientation, like android:screenOrientation="unspecified".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: android For issues affecting TIC80 on Android
Projects
None yet
Development

No branches or pull requests

5 participants