Using VS2017, Xamarin 4.5.0.486 and sfNumericTextBox 15.3.0.29.
In a Xamarin Forms PCL project I have 2 sfNumericTextBox:es in a Grid which is in a ListView
On Android 6.0 and 7.1.1 the keyboard stops working as soon as inputfocus is set to one of the sfNumericTextBoxes (except for the first one on Row=0, Column= 0 in my attached example).
The app works as expected on UWP, iOS and Android 7.0 !
See attached sample with the unexpected behavior
Attachment:
MultiNumeric_1ef1b646.zip