How can i handle the "KeyboardStateChanged" Event with B4XPages?
This is not raising:
This is not raising:
B4X:
Private Sub Page1_KeyboardStateChanged (Height As Float)
Log("Page1_KeyboardStateChanged: " & Height)
End Sub