unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.75k stars 706 forks source link

FullScreenMode doesn't work on iOS phone browsers #15716

Open IneedHelp opened 5 months ago

IneedHelp commented 5 months ago

Current behavior

I have tested FullScreenMode (using https://github.com/unoplatform/uno/blob/master/src/SamplesApp/UITests.Shared/Windows_UI_ViewManagement/FullScreenModeTests.xaml ) with WASM and I have found that it works perfectly in browsers on Android and on Windows using skiaWPF, but doesn't work at all in browsers on iOS phones (only tested on the newest iOS phones, 2 separate ones).

Expected behavior

for FullScreenMode to work on iOS phone browsers

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

jeromelaban commented 5 months ago

Thanks for the report. This is likely a limitation of Safari on iOS which does not support such APIs.