Android can not full screen
Closed this issue · 3 comments
znoliver commented
Describe the bug
I use Avalonia develop an Android, when version is Avalonia 11.1.0 , app can full screen ,but when update to 11.2, can not.
My code:
To Reproduce
- Create a crossplantfrom applicaiton.
- run in android, can full screen.
- update all avalonia nuget to 11.2.2
- run in android, can not full screen.
Expected behavior
No response
Avalonia version
11.2.2
OS
Android
Additional context
No response
emmauss commented
Use the InsetsManager(retrieved from Toplevel) to configure full screen.
znoliver commented
znoliver commented