mannutheman3

Results 1 comments of mannutheman3

May > The reason you're not getting suggestions is here: > > https://github.com/kivy/python-for-android/blob/2610330cfca7f43d2fa69e175f4b9c3d09338680/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/libsdl/app/SDLActivity.java#L2005 > > [TYPE_TEXT_VARIATION_VISIBLE_PASSWORD](https://developer.android.com/reference/android/text/InputType.html#TYPE_TEXT_VARIATION_VISIBLE_PASSWORD) shows a keyboard for password fields. That's why you don't see suggestions, even if...