Malcolm Smith
Malcolm Smith
For the existing directories in Toga's App.paths, the advantages over platformdirs are: * Mobile support * Saving the code from needing to specify its own app and developer name But...
I wasn't suggesting entirely replacing `App.paths` with `platformdirs`, I was only talking about the new paths proposed by this issue, for which the two advantages I mentioned *don't* apply. It's...
[cibuildwheel 3.1.0](https://github.com/pypa/cibuildwheel/releases/tag/v3.1.0) has now been released with Android support. However, there are no Android cffi wheels on PyPI yet, and the unofficial ones [here](https://chaquo.com/pypi-13.1/cffi/) will probably not work outside of...
@NadaComa: I can reproduce the behavior you describe by assigning the `box` directly to `content`, so I've edited the code accordingly. It looks like the keyboard is covering the bottom...
> > When I wrap the box in a ScrollContainer (as in your original code from #2615), everything seems fine > > scrolling will stop after roughly 3 lines, making...
The relevant setting is [`windowSoftInputMode`](https://developer.android.com/guide/topics/manifest/activity-element#wsoft) in AndroidManifest.xml. It doesn't look as if we've ever customized this, so it'll be set to the default of `adjustUnspecified`, which resizes the window "depending...
> 1. In case I have to recreate the build directory these changes will be lost. Any way to add this to pyproject.toml? Not currently. > 2. For a consistent...
Similar issue on iOS: #2672
These timings imply a maximum of 200 text updates per second across all labels. That does seem unreasonably low. It would require deeper profiling to find the root cause, but...
It looks like this has been fixed in version 0.8.1; can the issue be closed?