Davefxy
Davefxy
### Description [WebViewDemos.zip](https://github.com/dotnet/maui/files/8722841/WebViewDemos.zip) Start the ap WebVideoDemos app on Windows. Select the last 2 entries, entering and exits. Then exit the app. Upon exiting this windows app there is an...
### Description I would like to be able to specify a unique pin image for each pin location. Is this possible to customize the map control to implement this functionality?...
### Description On the Android, when I have 2 tabs defined for an AppShell homepage, the OnAppearing method doesn't get called for the ContentPage when I select the 2nd tab....
### Description When using Android an app with a custom Map handler, I noticed the Map handler MapPins() method is being called twice whenever I modify the Pins collection. I...
Is it possible to add RequestHeaders (i.e. User-Agent, Accept) to the requests to download an image?
Is it possible to add RequestHeaders (i.e. User-Agent, Accept) to the requests to download an image? The site I use to download images from will refuse any request unless the...
PlatformSpecifics sample is missing the these icons : Xamagon.png, net_small_purple.png, DotNetSource_small.png. These are referenced by the Windows version of the app in WindowsImageSearchDirectoryPage.xaml.
To get these samples to run on the latest release (Version 17.3.0 Preview 1.0) ; in csproj files Remove: `` true WinExe win10-x64 `` In App.xaml Remove : windows:Application.ImageDirectory="Assets" In...
Xaminals sample has numerous pages with ContentPage.Resources referencing TargetType="Grid" which does not exist on these pages.
Replace all occurrances of the following broken link "https://upload.wikimedia.org/wikipedia/en/9/9b/Manx_cat_by_Karen_Weaver.jpg" with "https://upload.wikimedia.org/wikipedia/commons/9/9b/Manx_cat_by_Karen_Weaver.jpg" These are the following references: 1. davidBritch\dotnet-maui-samples\Fundamentals\Shell\Xaminals\Data\CatData.cs 2. davidBritch\dotnet-maui-samples\UserInterface\Views\CarouselViewDemos\CarouselViewDemos\ViewModels\AnimalsViewModel.cs 3. davidBritch\dotnet-maui-samples\UserInterface\Views\CollectionViewDemos\CollectionViewDemos\ViewModels\AnimalsViewModel.cs 4. davidBritch\dotnet-maui-samples\UserInterface\Views\CollectionViewDemos\CollectionViewDemos\ViewModels\GroupedAnimalsViewModel.cs 5. davidBritch\dotnet-maui-samples\UserInterface\Views\ListViewDemos\ListViewDemos\ViewModels\AnimalsViewModel.cs
Sorry about the update. I was playing with the Git Stash for the 1st time. I never thought there was any real concern about pushing to your repositor. I was...