FlexibleBottomSheet icon indicating copy to clipboard operation
FlexibleBottomSheet copied to clipboard

Keyboard not displayed

Open AnthonyPicquet opened this issue 1 year ago • 10 comments

Please complete the following information:

  • Library Version : v0.1.2
  • Affected Device(s) : Pixel

Describe the Bug:

I've added a text field to the content of the bottom flexible sheet. When clicked, the keyboard is not displayed.

is it possible to show the keyboard below the text field in the bottom sheet ?

AnthonyPicquet avatar Jan 19 '24 17:01 AnthonyPicquet

Hey @AnthonyPicquet, do you mean this issue happens only with the non-modal option?

For me, it works well with the modal option.

Screenshot 2024-01-20 at 2 09 03 PM

skydoves avatar Jan 20 '24 05:01 skydoves

+1 keyboard does not open when isModal = false.

when isModal = true keyboard opens but the keyboard and the backdrop behave weird and slide up.

also i get this log

ris() 2024-04-01 01:03:36.026 6579-6579 ImeTracker app.burpy I app.burpy:9d9e067b: onFailed at PHASE_CLIENT_REQUEST_IME_SHOW 2024-04-01 01:03:36.026 6579-6579 InputMethodManager_LC app.burpy I ris() ignored windowToken=android.view.ViewRootImpl$W@fd83bf2 servedView=DecorView@7e07938[MainActivity],focus=false,windowFocus=true,window=android.view.ViewRootImpl$W@53b644c,displayId=0,temporaryDetach=false,hasImeFocus=true mDisplayId=0

v01dn3ph1l1m avatar Mar 31 '24 19:03 v01dn3ph1l1m

@skydoves can u look into this. planning to use this library in production

v01dn3ph1l1m avatar Mar 31 '24 19:03 v01dn3ph1l1m

Same here. We wanted to add a text input field into the bottom sheet in non-modal mode but couldn't show the keyboard. We are planning to use this library for production too. Thanks!

yijia-wang-sap avatar Apr 03 '24 20:04 yijia-wang-sap

has anyone found a solution for isModel = false

Sadulla-Dev avatar Jul 09 '24 07:07 Sadulla-Dev

Same this bug is preventing us from using this library

DKKovalev avatar Jul 23 '24 11:07 DKKovalev

Would be nice to have a fix for this

carvalho2707 avatar Sep 06 '24 07:09 carvalho2707

Hey team, I'm facing the same issue here, now on the version 0.1.5, the iOS side is not working at all, either isModal = true or false, the keyboard is not showing up. I hope @skydoves can help us here with an update, otherwise my best suggestion is move out of this library and use the official Compose ModalBottomSheet. Just as a test I changed my implementation and it's working pretty good. 👋

carlosftorres avatar Sep 25 '24 12:09 carlosftorres