<?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 Experience Builder Developer Edition 1.18 Restore experience state on by default. in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1636531#M20163</link>
    <description>&lt;P&gt;Hello. I am wondering if it is possible to modify the code in experience builder developer edition so the user is not prompted when the app runs to Accept or Ignore the Restore Experience State. Instead, I would like the application to by default automatically restore the previous state every time the app loads.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is something that was able to be accomplished in Web AppBuilder so I am hoping I can do something similar with Experience Builder. Below is an example of how this was solved in Web AppBuilder for reference. Any guidance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-2-0-app-state-default-on/td-p/727803" target="_blank"&gt;Solved: Web AppBuilder 2.0 app state default on - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2025 18:38:42 GMT</pubDate>
    <dc:creator>JoelEdgar</dc:creator>
    <dc:date>2025-07-25T18:38:42Z</dc:date>
    <item>
      <title>Experience Builder Developer Edition 1.18 Restore experience state on by default.</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1636531#M20163</link>
      <description>&lt;P&gt;Hello. I am wondering if it is possible to modify the code in experience builder developer edition so the user is not prompted when the app runs to Accept or Ignore the Restore Experience State. Instead, I would like the application to by default automatically restore the previous state every time the app loads.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is something that was able to be accomplished in Web AppBuilder so I am hoping I can do something similar with Experience Builder. Below is an example of how this was solved in Web AppBuilder for reference. Any guidance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-2-0-app-state-default-on/td-p/727803" target="_blank"&gt;Solved: Web AppBuilder 2.0 app state default on - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 18:38:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1636531#M20163</guid>
      <dc:creator>JoelEdgar</dc:creator>
      <dc:date>2025-07-25T18:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder Developer Edition 1.18 Restore experience state on by default.</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1637557#M20200</link>
      <description>&lt;LI-CODE lang="javascript"&gt;import { AppStateManager } from 'jimu-core'

// wait 100ms for the framework reading local state from client browser.
setTimeout(() =&amp;gt; {
  AppStateManager.getInstance().restoreLocalState()
},100)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 30 Jul 2025 08:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1637557#M20200</guid>
      <dc:creator>Allen_Zhang</dc:creator>
      <dc:date>2025-07-30T08:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder Developer Edition 1.18 Restore experience state on by default.</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1640136#M20364</link>
      <description>&lt;P&gt;Thank you for your suggestion and response. Where in the code would I implement this?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 18:46:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1640136#M20364</guid>
      <dc:creator>JoelEdgar</dc:creator>
      <dc:date>2025-08-07T18:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder Developer Edition 1.18 Restore experience state on by default.</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1640240#M20369</link>
      <description>&lt;P&gt;A custom widget will do.&lt;/P&gt;&lt;P&gt;The widget is a transparent box only for running the code.&lt;/P&gt;&lt;P&gt;Put the setTimeout in a React.useEffect in the widget's root.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 01:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-developer-edition-1-18-restore/m-p/1640240#M20369</guid>
      <dc:creator>Allen_Zhang</dc:creator>
      <dc:date>2025-08-08T01:22:04Z</dc:date>
    </item>
  </channel>
</rss>

