<?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 What is this ResponsiveFormContainer you use in your Xamarin samlples? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/what-is-this-responsiveformcontainer-you-use-in/m-p/321388#M3799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm writing a Xamarin navigation application and looking at your sample code you have an xmlns of&amp;nbsp;&amp;nbsp;xmlns:resources="clr-namespace:Forms.Resources;assembly=ArcGISRuntime" and you have a component of&amp;nbsp;ResponsiveFormContainer. What Ersi nuget package contains this? I can't find any documentation on it. I have created a navigation page very simular to your sample Xamarin.Forms NavigateRoute. I'm using the&amp;nbsp;RouteTrackerDisplayLocationDataSource and the&amp;nbsp;SimulatedLocationDataSource. I create the route and display it on my map fine. But when i start the navigation. I get the&amp;nbsp;InputLocationChanged&amp;nbsp; event on the&amp;nbsp;&lt;SPAN&gt;RouteTrackerDisplayLocationDataSource&amp;nbsp;. But the map never moves.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just got this message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Esri.ArcGISRuntime.ArcGISRuntimeException&lt;BR /&gt; Message=Attempt to use an unlicensed extension: ArcGIS Runtime is not licensed to use Navigation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have my license set in the Xamarin app class right before&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;ArcGISRuntimeEnvironment.Initialize();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2020 21:11:26 GMT</pubDate>
    <dc:creator>JayBowman</dc:creator>
    <dc:date>2020-06-04T21:11:26Z</dc:date>
    <item>
      <title>What is this ResponsiveFormContainer you use in your Xamarin samlples?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-is-this-responsiveformcontainer-you-use-in/m-p/321388#M3799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm writing a Xamarin navigation application and looking at your sample code you have an xmlns of&amp;nbsp;&amp;nbsp;xmlns:resources="clr-namespace:Forms.Resources;assembly=ArcGISRuntime" and you have a component of&amp;nbsp;ResponsiveFormContainer. What Ersi nuget package contains this? I can't find any documentation on it. I have created a navigation page very simular to your sample Xamarin.Forms NavigateRoute. I'm using the&amp;nbsp;RouteTrackerDisplayLocationDataSource and the&amp;nbsp;SimulatedLocationDataSource. I create the route and display it on my map fine. But when i start the navigation. I get the&amp;nbsp;InputLocationChanged&amp;nbsp; event on the&amp;nbsp;&lt;SPAN&gt;RouteTrackerDisplayLocationDataSource&amp;nbsp;. But the map never moves.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just got this message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Esri.ArcGISRuntime.ArcGISRuntimeException&lt;BR /&gt; Message=Attempt to use an unlicensed extension: ArcGIS Runtime is not licensed to use Navigation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have my license set in the Xamarin app class right before&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;ArcGISRuntimeEnvironment.Initialize();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 21:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-is-this-responsiveformcontainer-you-use-in/m-p/321388#M3799</guid>
      <dc:creator>JayBowman</dc:creator>
      <dc:date>2020-06-04T21:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is this ResponsiveFormContainer you use in your Xamarin samlples?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-is-this-responsiveformcontainer-you-use-in/m-p/321389#M3800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The responsive form container is used to position content appropriately based on device type. It is a part of the sample viewer, and not a component of the Runtime API. Implementation is at &lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Forms/Shared/Resources/ResponsiveFormContainer.xaml" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/Forms/Shared/Resources/ResponsiveFormContainer.xaml"&gt;arcgis-runtime-samples-dotnet/ResponsiveFormContainer.xaml at master · Esri/arcgis-runtime-samples-dotnet · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding navigation problems, there may be a licensing issue here. Does it work if you don't set the license and leave Runtime in the development mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 22:24:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-is-this-responsiveformcontainer-you-use-in/m-p/321389#M3800</guid>
      <dc:creator>NathanCastle1</dc:creator>
      <dc:date>2020-06-04T22:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is this ResponsiveFormContainer you use in your Xamarin samlples?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/what-is-this-responsiveformcontainer-you-use-in/m-p/321390#M3801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also want to add that navigation requires the Basic (or greater) license level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 23:50:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/what-is-this-responsiveformcontainer-you-use-in/m-p/321390#M3801</guid>
      <dc:creator>NathanCastle1</dc:creator>
      <dc:date>2020-06-04T23:50:04Z</dc:date>
    </item>
  </channel>
</rss>

