Android Question IME_HeightChanged doesn't work when FullScreen

Patrick Clark

Active Member
Licensed User
If I set #FullScreen: True the IME_HeightChanged Event doesn't fire.
B4X:
#Region  Activity Attributes
    #FullScreen: True
    #IncludeTitle: True
#End Region

If it is False everything works.
B4X:
#Region  Activity Attributes
    #FullScreen: False
    #IncludeTitle: True
#End Region

Is there something else I need to do or is FullScreen not supported?
 
Top