Alspb
Alspb
ModalView: on_dismiss runs before on_open if user dismisses popup before opening animation completes
The reason is that `on_open` only runs when opening animation completes, which can take some time if `_anim_duration` parameter is high. Such a behavior seems counterintuitive, it's expected that `on_open`...
### Versions - Python: 3.8.5 - OS: Linux Mint 20 (based on Ubuntu 20.04 LTS) - Kivy: 2.0.0rc3 - Cython: 0.29.19 - Buildozer: 1.2.0 ### Description I'm trying to build...
I'm trying to implement Android webview with the address bar and Android back button support. When I open webview, focus on the address bar, then press Android back button, everything...
It's currently possible to enter text amid link. For example, if there's a link "quill" to https://github.com/singerdmx/flutter-quill, then one can move the cursor after "qu", type something (e.g., "test"), and...
Currently the Summernote uses ``, `` and `` tags to style bold, italic, and strikeout text correspondingly, while more modern options for doing this are ``, `` and ``. While...
Is it possible to somehow save current scroll position and automatically scroll to it when the same document is loaded into the editor next time?
**Feature request description.** Please add a scrollbar to mobile version, if possible. It's much more convenient to scroll large documents with scrollbar.
How to use customOptions? Is it possible to use it to customize toolbar dropdown, as suggested [here](https://github.com/summernote/summernote/issues/1130) or [here](https://github.com/summernote/summernote/issues/170)?
**Feature request description** Please add [findnreplace plugin](https://github.com/DiemenDesign/summernote-text-findnreplace).
Why does the editor need Internet permission on Android? Obviously, it allows the editor to open url links inside the editor, but are there any other reasons?