michaelye / EasyDialog

A lightweight, flexible tip dialog in Android
Other
705 stars 191 forks source link

Keyboard always hide when dialog is show #6

Open shiva0705 opened 8 years ago

shiva0705 commented 8 years ago

I am having issue, whenever easy dialog is shown the keyboard is hidden. I am trying to get it to the point where user can read the tool tip while typing in the edit text. I tried wrapping the layout in scroll view. Any help with would be appreciated!

michaelye commented 8 years ago

@shiva0705 Hi,EasyDialog is a "Dialog",when it's shown, it will cover the Activity.So it can NOT implement "read the tool tip while typing in the edit text".

I recommend you to use "PopupWindow",that might implement your requirement.Thanks!

http://developer.android.com/intl/zh-cn/reference/android/widget/PopupWindow.html