-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android app freezes on text input #1850
Comments
This looks very similar to #1158. If it is the same issue, you can follow this version of the guide which uses the git version of dioxus to fix it DioxusLabs/docsite#191 |
@ealmloff thank you for the guidance! I followed Android part of the updated guide you linked (https://github.com/DioxusLabs/docsite/blob/7f57a13d28e4d5d47c6fd9e3022fb1d2989aee1b/docs-src/0.4/en/getting_started/mobile.md) as closely as possible. I now get a dependency conflict:
I don't have time to do extensive testing right now, but I'll try a bit more later on. |
Problem
App freezes on Android 13 after writing in input field. Same code works as intended on Linux laptop with Wayland and Gnome.
When the app is first started, it runs fine, but soon after I have entered a few letters in the input field, the whole app stops responding to touch events/freezes, even the virtual keyboard locks.
It seem odd as the app is a super basic view with one input field, one button, and one loop listing all previously added values.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should handle input elements as on every other web page, it should be possible to type in them.
Screenshots
src/lib.rs
Cargo.toml
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: