Can´t click on anything while touchScreenBoard is visible

Hello,

I´m using touchScreenBoard for my app, it´s for Android and iOS.

At iOS it work´s fine, but i have an issue at Android.

When the touchScreenKeyboard is visible and getting the inputs, if the user touchs on any place of the screen (like a button), it just closes the keyboard but don´t get the touch at the button.

Is there a way to make the keyboard close and the button runs with that touch?

Any help will be appreciated.

I assume the app has the functionality extended. Default behaviour is to ignore the button tap and close the keyboard, but you could extend this to remember the location and perform a screen tap after the keyboard has closed.