Since the Apple IOS11 update, the following sub,
always returns 0? regardless of open/close state of keyboard.
Just wandering if this is local to me or a known bug?
Tom
B4X:
Sub pg_KeyboardStateChanged (Height As Float)
log(Height)
end sub
always returns 0? regardless of open/close state of keyboard.
Just wandering if this is local to me or a known bug?
Tom