Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a xamarin component that will handle PIN entry?

I see there is an iOS and iPad, PIN Code Control xamarin component, that will give your a programmatic numeric keypad for PIN Entry. Short of coding the entire thing using C# in Xamarin I would prefer to find a component.

I need a PIN code control, xamarin component that is cross platform, which is the purpose of xamarin forms. We will be using this on Android and iOS devices.

Has anyone see such a component on Xamarin's Component Store and I am using the wrong search terms, PIN, Keypad, Numeric?

like image 833
Michael Eakins Avatar asked Aug 30 '25 18:08

Michael Eakins


1 Answers

For future googlers: you might be interested in a small Xamarin.Forms library XamarinFormsPinView. I'm the author.

It's not very configurable, but should fill most common requirements.

like image 153
Mikalai Daronin Avatar answered Sep 02 '25 09:09

Mikalai Daronin