Hello,
I created a simple Entry with numeric keyboard like this:
<StackLayout x:Name="root" VerticalOptions="FillAndExpand" Spacing="0"> <Entry Keyboard="Numeric"/> </StackLayout>
On my Samsung device, I don't know why it is not displaying a button for a comma. In my country (Poland) the comma is used as a decimal separator so I want to be able to type it.
Anyone has encountered such a problem?
I will be grateful for any help.