Tested using pre-release 0.10.0 (build 5986). Can’t seem to get the MapView to show up on iPhone 6. The element is there (as seen when setting a Background on it), experimented with setting other properties as well (Style, Width, Height, Zoom etc.) - no effect.
Did not see anything reasonable or related to MapView in XCode debug log, neither in Fuse Monitor. When building iOS preview in Terminal, I see a reference to Maps package and multiple mentions of MapView.
Made a simple test app:
<App Theme="Basic" Background="#333333ff">
<ClientPanel>
<NativeViewHost>
<MapView Width="300" Height="300" Background="#fff" />
</NativeViewHost>
</ClientPanel>
</App>
Included “Fuse.Maps” in .unoproj Packages:
{
"RootNamespace":"",
"Packages": [
"Fuse.Animations",
"Fuse.BasicTheme",
"Fuse.Themes",
"Fuse.Controls",
"Fuse.Designer",
"Fuse.Drawing",
"Fuse.Drawing.Primitives",
"Fuse.Effects",
"Fuse.Elements",
"Fuse.Entities",
"Fuse.Gestures",
"Fuse.Maps",
"Fuse.Navigation",
"Fuse.Shapes",
"Fuse.Triggers",
"Fuse.Reactive",
"Fuse.Android",
"Fuse.Desktop",
"Fuse.iOS",
"Fuse.Vibration",
"FuseCore",
"Uno.Collections",
"Uno.Geometry"
],
"Includes": [
"*"
]
}