<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MAUI Hybrid Blazor app in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525871#M12990</link>
    <description>&lt;P&gt;GeoBlazor is awesome, but I don't believe it supports offline, since it's just a blazor wrapper of the JS API.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 15:47:31 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2024-08-22T15:47:31Z</dc:date>
    <item>
      <title>MAUI Hybrid Blazor app</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1524947#M12980</link>
      <description>&lt;P&gt;I am building a cross-platform app using MAUI Blazor Hybrid template. This allows me to define and use MAUI.AcrGISRuntime.Mapping library on the Blazor Server component but I am unable to render the MapView with the reference of MapView.&lt;BR /&gt;This is how I am referencing it.&lt;BR /&gt;&amp;lt;MapView Map="@_mapView" Width="100%" Height="100px;" /&amp;gt;&lt;BR /&gt;@code{&lt;/P&gt;&lt;P&gt;private static MapView _mapView;&lt;/P&gt;&lt;P&gt;private async Task InitializeMapAsync()&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;_mapView = new MapView&lt;BR /&gt;{&lt;BR /&gt;Map = new Map(new Uri("&lt;A href="https://www.arcgis.com/apps/mapviewer/index.html?webmap=55ebf90799fa4a3fa57562700a68c405" target="_blank"&gt;https://www.arcgis.com/apps/mapviewer/index.html?webmap=55ebf90799fa4a3fa57562700a68c405&lt;/A&gt;"))&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;protected override async Task OnAfterRenderAsync(bool firstRender)&lt;BR /&gt;{&lt;BR /&gt;if (firstRender)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;await InitializeMapAsync();&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 06:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1524947#M12980</guid>
      <dc:creator>RonakPatel2</dc:creator>
      <dc:date>2024-08-21T06:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: MAUI Hybrid Blazor app</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1524979#M12983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you share a bit more information about your project?&lt;/P&gt;&lt;P&gt;It appears it might be a little outside what's considered normal/permitted usage of the SDK. As far as I'm aware, we haven't designed for, or tested, &lt;A href="https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/" target="_blank" rel="noopener"&gt;rendering to an embedded Web View&lt;/A&gt;&amp;nbsp;and therefore may not technically be able to support Blazor Hybrid. Additionally the &lt;A href="https://www.esri.com/en-us/legal/terms/product-specific-scope-of-use" target="_blank" rel="noopener"&gt;terms of use&lt;/A&gt;&amp;nbsp;include "...may not be used to develop Internet or server-based Value-Added Applications". It's licensed per-user (and per-application if using the license string approach) and therefore the service/server usage limitation typically applies to server-side applications that can be accessed concurrently by multiple users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 09:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1524979#M12983</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2024-08-21T09:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: MAUI Hybrid Blazor app</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525184#M12984</link>
      <description>&lt;P&gt;You can't host MAUI UI Controls inside the Blazor pages (AFAIK it only works the other way around that you can host the BlazorWebView inside a XAML page)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 15:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525184#M12984</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-08-21T15:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: MAUI Hybrid Blazor app</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525538#M12985</link>
      <description>&lt;P&gt;In Blazor hybrid we can have both client and server components running on the client end. I have been able to initiate the .Net runtime map on the server side but as you have highlighted the rendering is not supported unless I use WebView.&lt;/P&gt;&lt;P&gt;The offline map capability is required for my application and when using WebView with JS API the offline map is not supported. Looks like I will be locked to use XAML template to access the full capability of offline mode features.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 01:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525538#M12985</guid>
      <dc:creator>RonakPatel2</dc:creator>
      <dc:date>2024-08-22T01:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: MAUI Hybrid Blazor app</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525595#M12986</link>
      <description>&lt;P&gt;You might take a look at GeoBlazor from Dymaptic. Maybe that is what you are looking fore.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 06:08:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525595#M12986</guid>
      <dc:creator>René_AstadDupont</dc:creator>
      <dc:date>2024-08-22T06:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: MAUI Hybrid Blazor app</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525871#M12990</link>
      <description>&lt;P&gt;GeoBlazor is awesome, but I don't believe it supports offline, since it's just a blazor wrapper of the JS API.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 15:47:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1525871#M12990</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-08-22T15:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: MAUI Hybrid Blazor app</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1684438#M13860</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Regarding this 2024 post, has anything changed in Esri support for using Blazor Hybrid with the Maps SDK for .NET?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Joel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 21:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/maui-hybrid-blazor-app/m-p/1684438#M13860</guid>
      <dc:creator>jd3366</dc:creator>
      <dc:date>2026-02-13T21:02:24Z</dc:date>
    </item>
  </channel>
</rss>

