Hey,
I have an issue with the inputfield usage. I want that the virtual keyboard stay visible even if we press the return button. And I want to catch the event of submit when we touch the return button.
I succeed to set as visible the keyboard even if we press the return button, via the multi line submit mode and the alphanumeric validation mode of the input field. But the ‘end edit’ event is not call anymore. And I tried by many ways to catch the return button event but I don’t see how to do. I tried to catch directly the return button by Input.GetKeyDown(KeyCode.Return). Or by adding a event trigger component to catch the submit event. But none of these solutions are working …
If anyone have some ideas to catch the return button event…
Thank you in advance.