2019-08-15 12:14 AM
I am creating a custom keyboard following the example provided.
The code in the example is simple to understand and follow.
However, in my custom keyboard the following function behave weirdly
getBufferPosition()
I have 2 callback areas in my keyboard, one for backspace, and the other for 'Enter' functionality.
When I call the function from the key pressed callback the function return the correct value.
However, when I call the same function from the backspace callback it always returns 0.
What is going on in here ?
please see the attached screenshots.
2021-01-14 10:26 AM
Hi @Abdullah İhsanoğlu , were you able to enable "Enter" key on the keyboard?