I've tried several solutions given on several forums and also asked on the Xamarin Forum, but all without a result: I want to create an Entry in Xamarin Forms where the user can add a decimal number. Problem is that my numeric keyboard disables the comma.
I was able to add a dot using a custom renderer, but since I live in The Netherlands I also need to have the option of using a comma. I test on a Samsung Galaxy S10 and it doesn't work there for no visible reason.
I created a demo for you take a look at, but since I cannot upload any files here you can find it on the thread I created on the Xamarin Forum (demo file). Maybe someone here can figure out what I need to do..
Thanks in advance.