billthefarmer/editor

Bug: On Android 6.0, keyboard not even showing up from version 1.81 onwards

barkoder opened this issue · 4 comments

Keyboard works on 1.80 though.

Thanks!

I can't reproduce that. I have checked on four different devices, including one running android 6.

Keyboard Not Working from 1.81 onwards. Version 1.83 shown here in the screen recording. All I see is a teal line. Tapping on it doesn't do anything. Changing to a different keyboard also doesn't do anything.

KEYBOARD_NOT_SHOWING_UP_FROM_1.81_ONWARDS_ScreenRecording_20230312_043158.mp4

Keyboard Working fine on 1.80

KEYBOARD_WORKS_ON_1.80_ScreenRecording_20230312_042758.mp4

The only change in version 1.81 was to make the text selectable in view mode. Also there is a bug in android 6 which causes using Activity.recreate() to crash the app. It is necessary to use this function to change theme, change the app mode, etc. Therefore to switch to edit mode, you need to rotate the device to force the activity to be recreated. Another option is to use the Options=>View files item in the menu to open files in edit mode.

The Options=>View files option was already ticked, and the keyboard doesn't show up(in portrait) regardless of whether or not that option is ticked.

However rotating the phone, tapping the text, and rotating it back to portrait works.

Thank you @billthefarmer for the help.

From what you've said, it appears like this isn't fixable on your end.

I guess I'll be sticking with 1.80. Let's hope I don't need any feature after 1.80.

I don't know if closing this issue is appropriate, so you feel free to close it, if you feel it can't be fixed.

Thanks!