question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Toast hidden by keyboard

See original GitHub issue

I have gone through these following points

Issue Description

node, npm, react-native, react and native-base version, expo version if used, xcode version

node: 12.4.0 npm: 6.9.0 react-native: 0.59.9 native-base: 2.13.4

Expected behaviour

Toast should appeard on top of keyboard

Actual behaviour

Can’t see the toast as it appears behing keyboard.

Steps to reproduce

a text input and a button, focus on the textinput this will pop-out keyboard, then press the button to show toast. The toast will not appear.

Is the bug present in both iOS and Android or in any one of them?

Only tested for android

Any other additional info which would help us debug the issue quicker.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
levanicommented, Nov 30, 2019

Toast is still hidden by keyboard for me on 2.13.8 on android.

1reaction
PlabanJrcommented, Aug 16, 2019

Please try our latest release v2.12.5.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Toast will be hidden by keyboard · Issue #96 - GitHub
Keyboard lives on a separate UIWindow, so when keyboard is shown, it will be on top of the current window, where your UI...
Read more >
Show Toast above keyboard - android - Stack Overflow
Is it possible to show a Toast message in Android above the keyboard instead of on it when the keyboard is on the...
Read more >
Android Tutorial => Show Toast Message Above Soft Keyboard
By default, Android will display Toast messages at the bottom of the screen even if the keyboard is showing. This will show a...
Read more >
Toast notifications are getting hidden behind keyboard in ...
So I'm unable to view the toast notifications when the keyboard is open & totally miss them. I have an old phone running...
Read more >
Toast | Android Developers
A toast is a view containing a quick little message for the user. The toast class ... Adds a callback to be notified...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found