android - How to prevent keyboard from closing when bottom dialog is open? -
is there way not close keyboard, show dialog insted of keyboard(over it). after dialog closed need continiue typing without opening keyboard again?
this dialog simple child of bottomdialogsheet:
public class bottompage extends bottomsheetdialog { public bottompage(@nonnull context context) { super(context); view v = view.inflate(context, r.layout.layout_bottom_sheet, null); setcontentview(v); } }
i've got implementation popup window covers keyboard other layout, there same problem when first opent popup , after press edit text show keyboard - popup hides, keyboard shows. how can prevent it, , let keyboard show without popup hiding?
you can't simple. have window
, keybord
height that.
look @ library , make own: https://github.com/ankushsachdeva/emojicon
Comments
Post a Comment