EddyVerbruggen / EddyVerbruggen/nativescript-feedback
Snackbar out of screen when keyboard is showing with android:windowSoftInputMode="adjustPan"
- Dominant language
- TypeScript
- Stars
- 128
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
In my Android app I am using `android:windowSoftInputMode="adjustPan"` in the manifest. When I show a snackbar before or after opening the keyboard, the container is pushed off the screen.

When I close the keyboard, it returns in place.

I can't change the soft input mode to `adjustResize` or else, is there any way to pin the snackbar to the screen instead of the root view?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the snackbar behavior in an Android app using android:windowSoftInputMode="adjustPan", comparing its position with the keyboard hidden and shown. Trace how the snackbar is attached to the root view and determine whether it can remain visible while the keyboard is open; done means it stays on screen without requiring adjustResize.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100