Files
yattee/Shared
Arkadiusz Fal 73295e726a Fix iOS comments scrolling issue in video details view
Comments at the bottom of the comments view were not accessible on iOS
without entering fullscreen mode. The issue was caused by the VideoDetails
view being offset by the player height when not in fullscreen, but the
ScrollView padding didn't account for this offset.

Changes:
- Add SafeAreaModel observer for iOS platform
- Update bottom padding to dynamically account for player height offset
  and safe area insets based on fullscreen state
- When not in fullscreen: padding = player height + safe area bottom + 20
- When in fullscreen: padding = max(60, safe area bottom + 20)

This ensures all comments and video details content are fully scrollable
and visible regardless of fullscreen state.
2025-11-22 19:54:36 +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
2021-10-17 23:01:43 +02:00
2024-05-16 19:05:00 +02:00
2024-08-18 14:46:51 +02:00