<?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: WAB - Splash Screen in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87983#M2684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So that is strange that you have the splash referred to twice in the config.json. When I add the splash widget I only have this one object in the config.json:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "widgets/Splash/Widget",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "browser"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version": "2.1",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "widgets_Splash_Widget_14",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "icon": "widgets/Splash/images/icon.png?wab_dv=2.1",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Splash",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Splash",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "config": "configs/Splash/config_Splash.json"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 23:21:45 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-10T23:21:45Z</dc:date>
    <item>
      <title>WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87976#M2677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting some weird behavior.&lt;/P&gt;&lt;P&gt;My splash screen works in the builder but when I launch the webapp or download it to my server it will not display the splash screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Builder:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="212417" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/212417_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Launched Webapp:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="212418" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/212418_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config.json&lt;/P&gt;&lt;P&gt;I did not change any code so I would think it would work. I am not getting any errors in the console log either.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "widgets/Splash/Widget",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "browser"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version": "2.0.1",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "widgets_Splash_Widget_29",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Splash",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Splash",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "config": "configs/Splash/config_Splash.json"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "widgets/Splash/Widget",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "visible": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "browser"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version": "2.0.1"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestions or things I can try?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:21:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87976#M2677</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2021-12-10T23:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87977#M2678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your "config_Splash.json" like....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:41:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87977#M2678</guid>
      <dc:creator>deleted-user-CQZbjNeBXm49</dc:creator>
      <dc:date>2016-07-20T09:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87978#M2679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ricky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Your two code blocks in your post, which is which? Have you tried putting a break point in the Splash Widget.js code to see if you are getting to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:40:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87978#M2679</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-20T12:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87979#M2680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the following option is not turned on for your splash screen:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/212574_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87979#M2680</guid>
      <dc:creator>LemaoWu</dc:creator>
      <dc:date>2016-07-21T07:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87980#M2681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/212620_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87980#M2681</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-07-21T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87981#M2682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert those two blocks are the ones that refer to the splash widget in&amp;nbsp; \server\apps\3\config.json&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:30:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87981#M2682</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-07-21T14:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87982#M2683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
&amp;nbsp; "splash": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "splashContent": "&amp;lt;div style=\"text-align: center;\"&amp;gt;&amp;lt;p class=\"MsoNormal\" style=\"margin-left:.5in\"&amp;gt;&amp;lt;i&amp;gt;&amp;lt;font size=\"3\"&amp;gt;“TEXT”&amp;lt;/font&amp;gt;&amp;lt;o:p&amp;gt;&amp;lt;/o:p&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "requireConfirm": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp; "confirmText": "I agree to the above terms and conditions",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "showOption": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp; "confirmEverytime": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp; "backgroundColor": "#0d458d"
&amp;nbsp; }
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87982#M2683</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2021-12-10T23:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87983#M2684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So that is strange that you have the splash referred to twice in the config.json. When I add the splash widget I only have this one object in the config.json:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "widgets/Splash/Widget",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "browser"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version": "2.1",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "widgets_Splash_Widget_14",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "icon": "widgets/Splash/images/icon.png?wab_dv=2.1",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Splash",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Splash",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "config": "configs/Splash/config_Splash.json"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87983#M2684</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T23:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87984#M2685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first section is under widgetOnScreen and the other one is under mobileLayout &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:40:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87984#M2685</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-07-21T14:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87985#M2686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So the app was downloaded from AGOL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87985#M2686</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-21T15:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87986#M2687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I created it in WAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another test app that I made and it too would not display a splash screen when I "launched" it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87986#M2687</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-07-21T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87987#M2688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Strange I have not come across this before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87987#M2688</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-21T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87988#M2689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any suggestions on what I should do? should I try removing the &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;mobileLayout part? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87988#M2689</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-07-21T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87989#M2690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Yes that is something that I would try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created a brand new app with the splash for testing if it ends up with the same issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:45:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87989#M2690</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-21T15:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87990#M2691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a new app. The splash did display in builder but not launched app. I then downloaded it and it worked when deployed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I re-downloaded the app in question and the splash screen worked when deployed. But not when launched. Maybe there is a bug not letting it be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if deleting the &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;mobileLayout was the solution but it works now after it was downloaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt; Thanks for you help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 16:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87990#M2691</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-07-21T16:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - Splash Screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87991#M2692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey - Clearing the browser cookies should make the behaviour as expected. It's a bug of the widget. It wrongly reads a previously saved cookie which tells the app not showing splash screen again. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 09:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-splash-screen/m-p/87991#M2692</guid>
      <dc:creator>LemaoWu</dc:creator>
      <dc:date>2016-07-22T09:51:48Z</dc:date>
    </item>
  </channel>
</rss>

