-
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
Full screen apps have significantly degraded performance #2148
Comments
Thanks for the report. Theses issues are hard to debug. |
Hi, thanks for replying. I'll try that out immediately. |
@AndreMiras It does seem to be fixed now. All the background animations run perfectly at 60fps. The only issue is that scrolling through the ScrollView is insanely laggy if you are dragging it with your finger, but if you fling it and let it move on it's own it's 60fps. Is this a known issue? Even removing everything running in the background, it runs at 30fps when dragging all the way. |
Great news, thanks for the update. |
@AndreMiras Thanks again. I'll definitely do that. I'm assuming you just copy the commit versions, Thanks again, I appreciate the patience since I'm still very new to all of this. |
Yes exactly for the commit, basically for instance current last commit you would have |
@AndreMiras Thank you so much! I'll open an issue once I can pinpoint the change. |
Versions
Description
When I use fullscreen in my buildozer spec file, performance is 30fps on my OnePlus 5.
buildozer.spec
Command:
Spec file:
Python Code
KV code
Just wanted to let you all know since this didn't happen in previous versions of Kivy, which worked just as well when the status bar was hidden.
An solution for this is obviously to not use full screen apps but that's suboptimal for obvious reasons.
The text was updated successfully, but these errors were encountered: