When Screen.Keyboard Visible Changed => function is called continuously

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?

3 Likes

This has been reported by another person a year ago:

blocks (1)

image
image

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?

2 Likes

This doesn’t happen with AI2 and Niotron.
It’s most likely a bug.

1 Like

Confirm, Bug!, Kodular ?

I now merged the 2 threads and set its category to bug… probably it gets more attention from Kodular now?
Taifun

1 Like

Thanks ! :pray:

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. :sweat_smile:

Also, maybe the app that uses keyboard will have perfomance issues as it keeps triggering infinitely every x millisecond?

1 Like