David Lysenko
David Lysenko
Also, whenever I try to fetch with the `mobile` feature, it tells me that the feature doesn't exist: ``` error: failed to select a version for `dioxus`. ... required by...
Hello, writing this to notify that this issue is still not resolved.
For the people who happen to stumble upon this thread: what worked for me was setting `android:windowSoftInputMode` to `adjustPan` in the `AndroidManifest.xml`
Executing `zz` on `after_render` doesn't seem to work properly at all. But I found a workaround. For anyone wondering if it's possible, I achieved the effect by doing the following:...
If breaking json schemas too often is a concern, perhaps versioning could be added. Stuff like `uv python list --format=json@v2`, this way breaking changes could be avoided.