mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 22:57:40 -05:00
Scale custom not working on mobile #3893
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk#3893
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @deblasis on GitHub (Oct 28, 2025).
Originally assigned to: @fufesou on GitHub.
Bug Description
The scale custom feature implemented in #13045 doesn't work correctly on mobile.
Specifically, the functionality is there but the controls to activated are not displayed.
I already have a fix that I will PR ASAP.
How to Reproduce
Just opening the Display Settings menu and selecting "Scale custom". Tested on Android, I believe it's broken on iOS as well.
Expected Behavior
The "Custom" part of "Scale Custom" should be customizable! 😅
Operating system(s) on local (controlling) side and remote (controlled) side
Android
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.3
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Oct 28, 2025):
@fufesou remove it from mobile for the time being.
@rustdesk commented on GitHub (Oct 28, 2025):
The fix https://github.com/rustdesk/rustdesk/pull/13323 is merged.