Alspb

Results 47 comments of Alspb

I'll try to install Kivy and build an apk on Windows 2-3 weeks later. Curious enough whether I'm able to reproduce the issue or not.

Anyway I found a simple way to overcome the bug - just close webview when the app is hiding and show it again when the app is restoring. So if...

Tried building using [KivyCompleteVM](https://github.com/Zen-CODE/kivybits/tree/master/KivyCompleteVM) (without changing buildozer.spec there), but this [modification of your code](https://github.com/kivy/pyjnius/issues/575#issuecomment-827024205) still crashes.

Seems that some rich text editors, built with native components, already exist. The most popular and feature-rich among them is [flutter_quill](https://pub.dev/packages/flutter_quill). The problem is that the formats they use (typically,...

I also faced the same issue on Android 10 before, but only with _GBoard_ keyboard. Moreover, the problem existed in Summernote, Jodit, and Quill web versions (tested via Chrome mobile)....

@olegyablokov, is it with GBoard only, or with other keyboards too?

Update: can't reproduce the bug with GBoard on Android 10 emulator and Android 13 smartphone, but the problem remains on Android 13 emulator.

Agree, this could be done in a post-processing stage. But that's strange that Summernote uses outdated tags.

That's a pretty odd behavior. However, fortunately the input itself works correctly. So, as a temporary and awkward workaround it's possible to _style_ TextField as unfocused when the editor receives...

I found that the issue appeared in version 9.0.0-dev. @ellet0 , could you please check what caused the problem?