What i need do in order to disable browser opening in split screen mode. Because of that user is facing login issues.
- In Android.Manifest file I've set resizeableActivity to false:
android:resizeableActivity="false" here
I even tried putting it in activity block but didn't work.
- In MainActivity file I've also following code of line:
Window.AddFlags(WindowManagerFlags.Fullscreen);
Anyone please help me!