-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIKitView has white space at the top in latest dev build #4095
UIKitView has white space at the top in latest dev build #4095
Comments
Hi Sebastian! Is there something I need to consider? Do you have this project on github? |
Hi @eymar! You can check out https://github.com/SebastianAigner/reelchest/tree/dev-version-update/mobileapp to observe the issue. Start the app and click "Go directly to TikTok". The white bar at the top is not visible in the alpha release, only in dev. I've tried it on the latest iPad Pro emulator as well as on a physical device. You can also click "Go to WM" and open the "web" application. |
Thanks! |
git besect shows that it started to show extra white space after this change JetBrains/compose-multiplatform-core@b42dfe4 |
## Proposed Changes - Use root coordinates for interop instead of window ones - it's different after #956 ## Testing Test: run app from the issue or open "UIKitViewMatryoshka" in mpp Before | After ---|--- ![Simulator Screenshot - iPhone 15 Pro - 2024-01-11 at 13 00 20](https://github.com/JetBrains/compose-multiplatform-core/assets/1836384/0035c206-1f1c-40d6-a59a-f6f3c9d01617) | ![Simulator Screenshot - iPhone 15 Pro - 2024-01-11 at 13 06 04](https://github.com/JetBrains/compose-multiplatform-core/assets/1836384/cf679f2a-0c35-41c2-ac1a-66c18feced8c) ## Issues Fixed Fixes JetBrains/compose-multiplatform#4095
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
My UIKitView looks fine with 1.5.x and 1.6.0-alpha01, but in
1.6.0-dev1357
gets a weird white border at the top. Tested this with web views, video views (AVKit), video views (VLCKit) – all the same result:The text was updated successfully, but these errors were encountered: