In my Andoid app I have an Entry field for the user to input a number. I have the field set to only accept numbers. When the user clicks on the field it brings up the keyboard. On the keyboard there is a Done button. I would like to subscribe to the Tap event of that button and perform some actions. I it possible?
Below my Entry:
<Entry Text="" Keyboard="Numeric"/>
↧
Handle Done button on Keyboard
↧