-
Notifications
You must be signed in to change notification settings - Fork 118
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
View is hidden below status bar when a call is active #44
Comments
Thank you! We will investigate this. |
This seems to be iOS bug but I believe we can workaround this. Here is what is going on under the hood: When in-call/hotspot/recording status bar (let's call it thick status bar) is enabled/disabled, When we do a modal transition from any (let's say deepest) view controller ( When Now, when the modally presented Since @DanielDahan We can workaround this by setting |
The fix for this is now in the |
@OrkhanAlikhanov thanks for your well explained reply I appreciate it. I'll try the fix today. |
Hi,
When making a transition to a detail viewcontroller with motion while calling and switching back to the main viewcontroller the main viewcontroller will jump up and leaves a 20px gap at the bottom. I put up a example project to reproduce it:
https://github.com/laubengaier/MotionTest
The text was updated successfully, but these errors were encountered: