ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.46k stars 364 forks source link

In IOS toast display behind the keypad #506

Open afaqbhatti1 opened 7 months ago

afaqbhatti1 commented 7 months ago

Toast messages in iOS sometimes appear behind the keyboard, causing inconvenience to users. This issue occurs due to the positioning of the toast relative to the keyboard. Implementing proper layout adjustments or utilizing third-party libraries can resolve this problem, ensuring toast messages are always visible to users, even when the keyboard is active. #iOSDevelopment #UserExperience #UIUX

ponnamkarthik commented 5 months ago

Hello @afaqbhatti1 are you using toast with context of without context

KartikGavhale commented 2 months ago

Hello @afaqbhatti1 are you using toast with context of without context

in flutter toast do we need to have context, as i do not see any option to do so , im also facing the same issue toast messages are getting behind keyboard , specifically in IOS , will check if this is same in android though.