-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
MDRaisedButton doesn't work on android #2371
Comments
It's probably because of the scrollview, you might want to adjust the timeout/distance settings so it's harder to inadvertedely scroll when you want to press a button. |
I try to adjust the distance, but it still doesn't work. Even l remove the scrollview, the button is the same. |
Check that the versions of KivyMD are the same on the desktop and on Android. |
I successfully convert python file into apk, but the button doesn't work. The button can work on my computer, I don't know why no response when I'm touching the button.
Here is my python code
kv file
spec file
The text was updated successfully, but these errors were encountered: