How to detect when keyboard is opened

image

Ik we can use this block but i think this block is using a timer and constantly checks whether the keyboard is visible or no and this is nothing different than manually putting a clock and checking it.

My issue is it slows down my app considerably

image

Solved the issue, works for me

3 Likes

This is really bad, Kodular should at least show a big WARNNING! It’s slowdown my app too.
For me i’m lucky because my input field is on webview so i just use the attribute

onblur=“hideKeybord();”

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.