RustDesk/flutter/lib/mobile/pages
Copilot 8c6dcf53a6
iOS terminal: Add touch swipe and floating back button for exit (#14208)
* Initial plan

* Add iOS edge swipe gesture to exit terminal session

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>

* Improve iOS edge swipe gesture with responsive thresholds and better gesture handling

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>

* Fix: Reset _swipeCurrentX in onHorizontalDragStart to prevent stale state

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>

* Add trackpad support documentation for iOS edge swipe gesture

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>

* Add iOS-style circular back button to terminal page

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>

* Remove trackpad support documentation - not needed with back button

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>

* Filter edge swipe gesture to touch-only input (exclude mouse/trackpad)

Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>

* fix: missing import

Signed-off-by: fufesou <linlong1266@gmail.com>

* fix(ios): terminal swip exit gesture

Signed-off-by: fufesou <linlong1266@gmail.com>

* Update flutter/lib/mobile/pages/terminal_page.dart

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Signed-off-by: fufesou <linlong1266@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com>
Co-authored-by: fufesou <linlong1266@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-31 16:37:45 +08:00
..
connection_page.dart show peer note (#13140) 2025-10-12 14:59:42 +08:00
file_manager_page.dart keep-awake-during-incoming-sessions (#14082) 2026-01-21 16:25:57 +08:00
home_page.dart refact: terminal, win, run as admin (#12300) 2025-07-15 16:32:14 +08:00
remote_page.dart keep-awake-during-incoming-sessions (#14082) 2026-01-21 16:25:57 +08:00
scan_page.dart refact: tls, native-tls fallback rustls-tls (#13263) 2025-11-03 23:21:01 +08:00
server_page.dart add options: disable-change-permanent-password, disable-change-id, disable-unlock-pin (#13929) 2026-01-07 13:51:02 +08:00
settings_page.dart keep-awake-during-incoming-sessions (#14082) 2026-01-21 16:25:57 +08:00
terminal_page.dart iOS terminal: Add touch swipe and floating back button for exit (#14208) 2026-01-31 16:37:45 +08:00
view_camera_page.dart keep-awake-during-incoming-sessions (#14082) 2026-01-21 16:25:57 +08:00