flutter-reaction-button icon indicating copy to clipboard operation
flutter-reaction-button copied to clipboard

iOS Screen move left

Open jsinoti opened this issue 4 years ago • 7 comments

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

jsinoti avatar Apr 27 '21 17:04 jsinoti

@jsinoti can we have a snippet from the code?

GeekAbdelouahed avatar Jun 11 '21 10:06 GeekAbdelouahed

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

haophan1996 avatar Jun 16 '21 23:06 haophan1996

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?

MasayaYamada avatar Aug 07 '21 23:08 MasayaYamada

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

zahdsp avatar Aug 18 '21 08:08 zahdsp

Same issue here?

jigarfumakiya avatar Jan 10 '22 17:01 jigarfumakiya

Same issues here 🤷🏽‍♂️

philffm avatar Feb 03 '23 15:02 philffm

@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 avatar Oct 10 '23 07:10 GeekAbdelouahed