When Screen.Keyboard Visible Changed => function is called continuously
I accidentally realized this function was called repeatedly.
When Keyboard Visible is not changed the function is still called.
Has anyone had the same situation as mine?
This has been reported by another person a year ago:
According to its name and meaning, it should only be triggered when the keyboard is/isnt visible anymore.
Is this intended behavior or a bug?
This doesn’t happen with AI2 and Niotron.
It’s most likely a bug.
Confirm, Bug!, Kodular ?
I now merged the 2 threads and set its category to bug… probably it gets more attention from Kodular now?
Taifun
Thanks !
Is there an extension for the “screen.keyboard visible changed” block for AI2? I really need it thx
You can do this by using clock timer
how exactly? Thx for your help
This bug still do exits. And I find that using a clock is not a efficient way. I hope it get some attention.
Also, maybe the app that uses keyboard will have perfomance issues as it keeps triggering infinitely every x millisecond?