Avoid double touch to finish work with VirtualKeyboard
-
Hi,
User inserting data into TextInput field with help of VirtualKeyboard. When finish user (1) press Enter on VK and then Next on page or (2) press outside VK to close it and then Next on Page.
How to avoid this?I investigate usage of custom InputMethod to capture in keyEvent Enter - but this will solve only scenario (1).
PS: To solve (1) I can simply wait for onAccepted from TextInput and forward it to Next button signal.