Posts

Showing posts with the label nuget-package

TKCustomMap Version Conflict

TKCustomMap Version Conflict This issue has been reported on GitHub here - https://github.com/TorbenK/TK.CustomMap/issues/325 Has anyone else has struggled with this? I was stoked to find this nuget package because it does exactly what I'm looking for but it needs Places and some other GooglePlayServices installed and I can't install them because of this conflict. I'm also not sure if uninstalling TK.CustomMap and then installing the Play Services would even help because the person who reported the issue on GitHub said- I converted my app to .net 2.0 and had to use the newest Google play services 60.1142.1 for AdMob to work. It wouldn't install until I uninstalled TK.CustomMap, and now TK.CustomMap won't reinstall because it only want to use GooglePlayServices 42.1021.1 Severity Code Description Project File Line Suppression State Error NU1107 Version conflict detected for Xamarin.GooglePlayServices.Tasks. Reference the package directly from the project to resolve t...

xamarin forms plugin for create phone number entry

Image
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.