Files
yattee/Shared
Arkadiusz Fal 8c5c503df2 Fix iPad iOS 18 keyboard dismissal issue in search
Removed auto-focus logic that was causing keyboard show/hide loop
on iPad with docked keyboard. The keyboard was repeatedly dismissing
immediately after appearing due to interaction between keyboard
notifications, focus state changes, and view updates.

Changes:
- Removed focused state and keyboard observer from SearchModel
- Removed iOS textField reference (kept macOS only)
- Removed auto-focus logic from FocusableSearchTextField on iOS
- Cleaned up unused focus-related code

The search field now works reliably when tapped manually on iPad.
Auto-focus still works on macOS where it doesn't cause issues.
2025-11-20 17:49:10 +01:00
..
2024-09-10 09:38:14 +02:00
2024-05-16 19:35:31 +02:00
2024-05-16 19:35:31 +02:00
2024-05-16 19:35:31 +02:00
2022-10-27 18:03:57 +02:00
2024-05-16 19:35:31 +02:00
2024-05-16 19:35:31 +02:00
2025-11-07 13:35:07 +01:00
2024-05-16 19:35:31 +02:00
2024-05-16 19:35:31 +02:00
2024-11-08 14:04:16 +00:00
2024-05-16 19:35:31 +02:00
2024-05-16 19:35:31 +02:00
2024-02-02 11:06:32 +01:00
2023-05-25 18:36:03 +02:00
2022-12-04 13:32:26 +01:00
2024-05-16 19:05:00 +02:00
2024-08-18 14:46:51 +02:00