pushpalroy / JetTaskBoardKMP

Compose multi-platform application clone of Trello that runs on Android, iOS and Desktop.
Apache License 2.0
64 stars 4 forks source link

[iOS] Fix window insets in iOS #7

Open pushpalroy opened 1 year ago

pushpalroy commented 1 year ago

Currently using https://github.com/mori-atsushi/insetsx for supporting window insets.

In iOS, the window will automatically move if the focused element is obscured by the software keyboard. But we can not disable it. This is a problem on the Compose Multiplatform side.

Issues tracked:

  1. https://github.com/mori-atsushi/insetsx/issues/21
  2. https://github.com/JetBrains/compose-multiplatform/issues/3128
  3. https://github.com/JetBrains/compose-multiplatform/issues/2595

Screenshot 2023-05-07 at 1 02 45 AM