Results 25 issues of Andreas

Since the latest update the UpgradeWindow looks like this on my end. ![image](https://user-images.githubusercontent.com/2952443/167285359-58ec0088-6821-4f26-8ef0-c471a3af2381.png) It seems that it takes the background color from the main applications style. ![image](https://user-images.githubusercontent.com/2952443/167285379-e792b5c1-ae45-49c6-9210-45c37786e87c.png) Is there a...

Hi, I'm using a "CodeSigningCertificate" to sign my applications. Before I switched to nUpdate I signed the installer.exe for my application with my key, so that Windows recognize my Application...

question

### Description I have problems to get the `RefreshView` control working on WinUI. I'm not able to click content which is nested in the `RefreshView`. Also, I cannot trigger the...

t/bug
area/controls 🎮
control-refreshview

### Description @PureWeen @mfkl and I noticed a different behaviour of a `ContentPage` when I navigate to another page and come back. Before navigating, I can refresh the property of...

t/bug :bug:
a/shell :shell:
a/navigation

**Describe the solution you'd like** Hi, first thank you for making ad integration so easy with your plugin. Google is offering a new "User Messaging Platform" SDK to collect consent....

**Describe the bug** I'm using the Hamburger Menu and I wanted to localise the labels next to the icons. This is one menu item for instance: ``` ``` I'm using...

Hi, is there a way to set the ReadBufferSize? Thanks!

### Version Information - Visual Studio version (eg. 16.8 or 8.8): 16.10.4 - Xamarin.Android version (eg. 11.1): 5.0.0.2083 - Using AndroidX or Support Libraries: Xamarin.AndroidX.Core 1.6.0.1 ### Describe your Issue:...

packages

Once I enable Glidex, my logo disappears in the `Shell.FlyoutHeaderTemplate` ``` ``` The logo is a "Logo.png" file located in the `Drawings` folder of the Android project. All other images...

help wanted
good first issue

### Description I'm using a `RefreshView` inside a `Grid`. As child it's using a `ScrollView` with an underling `VerticalStackLayout`. ```xaml ``` However the content is outside of the screen, and...

t/bug
area/layout 🔲