-
Notifications
You must be signed in to change notification settings - Fork 79
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
iOS Screen move left #22
Comments
@jsinoti can we have a snippet from the code? |
Hello @jsinoti, the UI got black color on the right because somehow the package conflict to cupertino Transition.cupertino, in this case you can fix by changing the default transition such as Transition.rightToLeft, it is the same as Transition.cupertino but once you changed, you will no longer get black color on the right |
I also got this problem. Could you give to me the solution by sample code? |
I also got this problem on iOS. It works great on android. Does anyone have an idea to fix this issue? Thanks. |
Same issue here? |
Same issues here 🤷🏽♂️ |
@jsinoti @philffm @jigarfumakiya @zahdsp @MasayaYamada @haophan1996 |
I'm trying to implement the buttons in my project but when I'm using it (just on iOS, on Android works great), the whole screen move left and create a black corner as you can see on the screenshot.
Is there something that I could do to fix it?
The text was updated successfully, but these errors were encountered: