xamarin-forms-samples
xamarin-forms-samples copied to clipboard
Sample apps built using the Xamarin.Forms framework
### Description of Change Use UseSafeArea to place main content.(apply to DatePicker Project). [document](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/ios/page-safe-area-layout) ### Pull Request Checklist - [x] Rebased on top of master at time of the pull...
### Sample [Xanimals app](https://github.com/xamarin/xamarin-forms-samples/tree/main/UserInterface/Xaminals/Xaminals.iOS) ### Description  ### Steps to Reproduce 1. Launch iOS Xanimals app 2. Only for on iOS app: Vast majority of images weren't loaded into CollectionView...
### Issue I have a grid view it tab gesture but it not working where I set indicator, activity indicator take space even if its visibility is false ### Expected...
### Background While running the following project on iOS devices I get and error when adding a new ToDo item. https://github.com/xamarin/xamarin-forms-samples/tree/master/WebServices/TodoREST. ### Description While trying to save the item the...
### Sample This issue is related to the [ToDo sample](https://github.com/xamarin/xamarin-forms-samples/tree/main/Todo). ### Description The `nuget restore ./Todo/Todo.sln` command fails with new Mono version (`6.12.0.140`) on macOS 10.15 Catalina image with the...
### I using Xamarin.CommunityToolkit It work correctly but I have some problem with Remote Source uri ``` ``` ### Description I using both of binding or direct assign MediaSource viewModel.MediaSource...
### Description of Change ### Pull Request Checklist - [x] Rebased on top of master at time of the pull request. - [x] Changes adhere to coding standard in the...
deeplinking sample does not work. as is or with updated nugets Please replace sqlite-net-pcl with SQLite .net standard
### Description of Change Added a WPF head project to the Accessibility sample. No changes made to the sample itself. ### Pull Request Checklist - [x] Rebased on top of...
### Description of Change Native2Forms change. Added sample on iOS how to display Forms ContentPage inside ViewController. This is needed when using 3rd party library. In that case, we don't...