Matt Einhorn
Matt Einhorn
This seems to be a general issue where the scroll up and down were flipped. However, currently scrollview and all other widgets use them as they are. So flipping them...
I'm wondering if it's due to https://github.com/kivy/kivy/pull/7231. Can you try a commit before that? Or maybe 2.0.0? @dwmoffatt could you take a look?
I haven't had a chance to read this carefully, but I think we can maybe take inspiration from `FocusBehavior`. That provides a mechanism for widgets to opt in to the...
I can't speak for the people who need this feature, but what you suggests seems like a good fit for garden.
There is a proposal here about a API that could potentially be used for Accessibility that could use some insight from people familiar with the topic. Whether an Accessibility API...
I took a quick look around and it seems implementing accessibility is actually quite complex and would require proper design with an API. There are multiple frameworks (On Windows [MSAA](https://en.wikipedia.org/wiki/Microsoft_Active_Accessibility)...
This has also been talked about at https://groups.google.com/forum/#!searchin/kivy-dev/html5/kivy-dev/xBeaPv1aXWo/PLGdnCAOAwAJ. And as mentioned we have no current plans to do this.
No one tried this to my knowledge. After having tried getting kivy in the browser to work with vispy's backend, I'm actually wondering why someone would want to run kivy...
Here's a experimental implementation of kivy running in Pyodide. You can explore with it here: https://alpha.iodide.io/notebooks/2882/. A few things to keep in mind: * Pyodide is still highly experimental and...
Historically this has happened for the wheels and the solution was to install kivy from source.