Skip to content
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

Open
jsinoti opened this issue Apr 27, 2021 · 7 comments
Open

iOS Screen move left #22

jsinoti opened this issue Apr 27, 2021 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@jsinoti
Copy link

jsinoti commented Apr 27, 2021

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?

Screen Shot 2021-04-27 at 14 48 12

@GeekAbdelouahed
Copy link
Owner

@jsinoti can we have a snippet from the code?

@haophan1996
Copy link

haophan1996 commented Jun 16, 2021

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?

Screen Shot 2021-04-27 at 14 48 12

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

@MasayaYamada
Copy link

I also got this problem.

Here is the question url.
https://stackoverflow.com/questions/68696841/screen-shift-to-left-using-flutter-reaction-button-pub

Could you give to me the solution by sample code?

@zahdsp
Copy link

zahdsp commented Aug 18, 2021

I also got this problem on iOS. It works great on android. Does anyone have an idea to fix this issue? Thanks.

@jigarfumakiya
Copy link

Same issue here?

@philffm
Copy link

philffm commented Feb 3, 2023

Same issues here 🤷🏽‍♂️

@GeekAbdelouahed
Copy link
Owner

@jsinoti @philffm @jigarfumakiya @zahdsp @MasayaYamada @haophan1996
the issue should be solved with version 3.0.0 and above, the package now is using overlay instead of the navigator

@GeekAbdelouahed GeekAbdelouahed self-assigned this Oct 20, 2023
@GeekAbdelouahed GeekAbdelouahed added the bug Something isn't working label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants