If I set #FullScreen: True the IME_HeightChanged Event doesn't fire.
If it is False everything works.
Is there something else I need to do or is FullScreen not supported?
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?