skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.

Home Page:https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The balloon is swallowing keyboard input.

admund opened this issue · comments

Please complete the following information:

  • Library Version 1.5.4
  • Affected Device: Oppo A5 2020

Describe the Bug:

The balloon is swallowing keyboard input.

Screen.Recording.2023-12-29.at.13.01.21.mov

Expected Behavior:

Do you think this is expected? I believe, at minimum, we should be able to close the balloon when the User starts typing.

It's expected behaviors with the default settings. You can prevent the balloon from taking focusable and keep allow users to interact with the edit text by using the functions below:

setDismissWhenTouchOutside(false)
setDismissWhenClicked(false)

I'm closing this issue now. If you still face the same problem with the suggestion above, please feel free to reopen this. Thanks!