You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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!
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!
The text was updated successfully, but these errors were encountered: