In my app I need to know if the soft keyboard raised. The EditText is in the upper part of the screen.
The event ime1_HeightChanged is not raised and I perform the followings:
ime1.Initialize("ime1")
ime1.AddHandleActionEvent(et)
ime1.AddHeightChangedEvent
The event ime1_HeightChanged is not raised and I perform the followings:
ime1.Initialize("ime1")
ime1.AddHandleActionEvent(et)
ime1.AddHeightChangedEvent