JaneySprings / DotNet.Meteor

A VSCode extension that can run and debug .NET apps (Xamarin, MAUI, Avalonia)
https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor
MIT License
268 stars 10 forks source link

Android: Auto rotate always enables on debug start #93

Closed Ghostbird closed 5 months ago

Ghostbird commented 5 months ago
  1. Connect Android phone by USB
  2. Start a debug session
  3. Auto-rotate is enabled on the phone

This also happened previously when using the .NET Comet extension, but I have no idea what exactly causes it. I'm sure it's not something our app does by itself, because it only happens when I debug.

It's not a big issue, but it's a small annoyance very often.

JaneySprings commented 5 months ago

Yeah, I thought that it was only my 'Huawei specific' tablet issue =) I will try to research this behaviour

JaneySprings commented 5 months ago

Fixed in 4.5.6

Ghostbird commented 5 months ago

Thanks a lot!