We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197953b commit 70cc6bcCopy full SHA for 70cc6bc
backend/FwLite/FwLiteMaui/MainPage.xaml
@@ -2,6 +2,8 @@
2
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
3
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
4
xmlns:local="clr-namespace:FwLiteMaui"
5
+ xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls"
6
+ ios:Page.UseSafeArea="True"
7
xmlns:shared="clr-namespace:FwLiteShared;assembly=FwLiteShared"
8
x:Class="FwLiteMaui.MainPage">
9
<BlazorWebView x:Name="blazorWebView" HostPage="wwwroot/index.html">
0 commit comments