xamarin-docs icon indicating copy to clipboard operation
xamarin-docs copied to clipboard

Xamarin Documentation - public content repo

Results 112 xamarin-docs issues
Sort by recently updated
recently updated
newest added

The `Browser.OpenAsync` method only returns a `Task`, so there is no return value to evaluate afterwards.

do-not-merge
Change sent to author
xamarin/prod
xamarin-essentials/tech

The words "Camera Page" appear in both screen shots of the devices. It seems that the code examples are leaving out where that string comes from. ... Maybe I'm just...

xamarin/prod
xamarin-forms/tech
Pri2

do-not-merge
Change sent to author
xamarin/prod
xamarin-ios/tech

**Environment** M1 MacBook Air 2020, 8GB, macOS Monterey 12.1. Visual Studio 2022 for Mac Xcode 13.4 **Problem** Building the [multi-page version of the PhoneWord HelloWorld](https://docs.microsoft.com/en-us/xamarin/ios/get-started/hello-ios-multiscreen/hello-ios-multiscreen-quickstart?pivots=macos) app builds and runs, but...

Pri3

Under heading **Using Geolocation**: `This is often faster then` should be `This is often faster than` --- #### Document Details ⚠ *Do not edit this section. It is required for...

xamarin/prod
xamarin-essentials/tech
Pri1

[SelectionChangedCommand](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.selectableitemsview.selectionchangedcommand#xamarin-forms-selectableitemsview-selectionchangedcommand), of type ICommand, which is executed when the selected item changes. [SelectionChangedCommandParameter](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.selectableitemsview.selectionchangedcommandparameter#xamarin-forms-selectableitemsview-selectionchangedcommandparameter), of type object, which is the parameter I note that the links are just stumps. Is there...

xamarin/prod
xamarin-forms/tech
Pri1

do-not-merge
Change sent to author
xamarin/prod
xamarin-android/tech

The docs ([docs/android/platform/maps-and-location/maps/obtaining-a-google-maps-api-key.md](docs/android/platform/maps-and-location/maps/obtaining-a-google-maps-api-key.md)) for obtaining a Google Maps API Key for Android apps should include a section on what to do when using Google Play Signing. Under the **Obtaining the...

Pri3

When trying to display a bitmap, I achieved considerably better display quality by using the `canvas.DrawBitmap(webBitmap, x, y, paint);` override with passing a SKPaint object in and setting a FilterQuality...

xamarin/prod
xamarin-skiasharp/tech
Pri2

Typo in code sample: ``` SKPaint paint = new SKPaint { Style = SKPaintStyle.Stroke, Color = Color.Red.ToSKColor(), StrokeWidth = 25 }; ``` Should be 'Color = Colors.Red.ToSKColor(),' (note the plural...

xamarin/prod
xamarin-skiasharp/tech
Pri2