xamarin forms plugin for create phone number entry
xamarin forms plugin for create phone number entry
is there is any plugin for Enter phone number with leading country code in xamarin forms if not is there is any straight way to make this with forms
like this
1 Answer
1
There is no Plugin for such request.
However, you can accomplish that with a combination of several plugins.
1 - You need to display a Popup Page, for that you can use this simple nuget package - https://github.com/rotorgames/Rg.Plugins.Popup
2 - You simply have to make your listview, and then when pressing an item, concatenate the Country Code Id to your Entry.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.