<?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: AppLayout and deep link url in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846836#M2683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the URL Scheme or App Links (Beta)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By having "App" as the parent of the AppStudio App, you are utilizing the functionalities in AppFramework.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you put your "AppLayout" inside "App"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2020 20:08:10 GMT</pubDate>
    <dc:creator>ErwinSoekianto</dc:creator>
    <dc:date>2020-06-23T20:08:10Z</dc:date>
    <item>
      <title>AppLayout and deep link url</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846835#M2682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently implementing deep link URL (&lt;A class="link-titled" href="https://doc.arcgis.com/en/appstudio/extend-apps/integratewithotherapps.htm" title="https://doc.arcgis.com/en/appstudio/extend-apps/integratewithotherapps.htm"&gt;Integrate with other apps—AppStudio for ArcGIS | Documentation&lt;/A&gt;) like what iOS and Android app does.&lt;/P&gt;&lt;P&gt;The problem what I encountered, I've been following the correct way to implement it, but I figured out it doesn't work when App Layout wrapped App component.&amp;nbsp;It only works when using 'App' Qml type as a begin of the page.&lt;/P&gt;&lt;P&gt;Is this the only way to using a deep link URL? Or Is there any way to configure it wrapped with App Layout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 21:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846835#M2682</guid>
      <dc:creator>SeanKim</dc:creator>
      <dc:date>2020-06-22T21:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: AppLayout and deep link url</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846836#M2683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the URL Scheme or App Links (Beta)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By having "App" as the parent of the AppStudio App, you are utilizing the functionalities in AppFramework.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you put your "AppLayout" inside "App"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 20:08:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846836#M2683</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-06-23T20:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: AppLayout and deep link url</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846837#M2684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I am using URL Scheme.&lt;/P&gt;&lt;P&gt;I got a little bit confused with the usage of AppLayout. According to the documentation of this URL (&lt;A class="link-titled" href="https://doc.arcgis.com/en/appstudio/api/reference/framework/qml-arcgis-appframework-platform-applayout/" title="https://doc.arcgis.com/en/appstudio/api/reference/framework/qml-arcgis-appframework-platform-applayout/"&gt;AppLayout QML Type | ArcGIS&lt;/A&gt;), 'App' object needs to set as the delegate of 'AppLayout'. Do I need to put AppLayout inside App to use URL scheme properly as like below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;App{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;AppLayout{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;delegate:??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 20:47:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846837#M2684</guid>
      <dc:creator>SeanKim</dc:creator>
      <dc:date>2020-06-23T20:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: AppLayout and deep link url</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846838#M2685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies, I was mistaken, you can not have AppLayout inside App.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now, AppLayout does not have the onOpenUrl signal for url-scheme&amp;nbsp;to work, it is only available on App.&amp;nbsp;I think this could be a good enhancement to submit via &lt;A href="https://community.esri.com/group/1759"&gt;Esri Technical Support&lt;/A&gt;‌ so that it can prioritize accordingly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 23:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/applayout-and-deep-link-url/m-p/846838#M2685</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2020-06-23T23:39:33Z</dc:date>
    </item>
  </channel>
</rss>

