radimitrov / CSharpShellApp

83 stars 18 forks source link

Automatic split-screen on build and run #308

Open inkyarev opened 1 year ago

inkyarev commented 1 year ago

Screenshot_2023-08-06-04-47-14-456_com radinc csharpshell

Screenshot_2023-08-06-04-49-37-358_com android chrome

Any time I build and run a project it will automatically go splitscreen mode, even if there are no other applications open. It's really annoying. My phone is Poco M4 on MIUI Global 14.0.1.

syskido commented 1 year ago

Test

radimitrov commented 1 year ago

@radiocannot What version of the app is this? Looking at the screenshot my first thought is >2 years old. If so and you don't want to use the newest version, then the only solution is to update by major version number (2.X, 2.Y, 2.Z) until you see a tabbed "Code/Build/Console" style.

However this is probably a MAUI project? Only place where this might happen then. If so it doesn't seem to happen an Android 12 or 13 emulator, but I will see if any app code can cause this later.

inkyarev commented 1 year ago

@radiocannot What version of the app is this? Looking at the screenshot my first thought is >2 years old. If so and you don't want to use the newest version, then the only solution is to update by major version number (2.X, 2.Y, 2.Z) until you see a tabbed "Code/Build/Console" style.

Screenshot_2023-08-08-21-11-47-008_com radinc csharpshell

However this is probably a MAUI project? Only place where this might happen then. If so it doesn't seem to happen an Android 12 or 13 emulator, but I will see if any app code can cause this later.

it is a MAUI project. it would be great if you were to identify the cause. I wonder if it's xiaomi with their totally stable OS.

radimitrov commented 1 year ago

Probably MIUI OS. I'm 95% certain what is causing this and how to fix it, though it shouldn't force split screen mode.