ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.43k stars 348 forks source link

In IOS toast display behind the keypad #506

Open afaqbhatti1 opened 2 months ago

afaqbhatti1 commented 2 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 1 month ago

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