<?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: Anyone having these issues with WAB on AGOL? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83684#M2356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So with the GREAT patience and help of Nick at ESRI...using WAB Developer v1.2&lt;/P&gt;&lt;P&gt;You can edit the Widget.js file to expand the layers automatically so that when you&lt;/P&gt;&lt;P&gt;click on the widget the layers are expanded.&amp;nbsp; Edit the LayerListView.js file to hide a layer added individually or as a group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code: Widget.js (place at end of startup function and find id in chrome developer tools)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widget2Expand= this;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setTimeout(function () {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var layer1Table = document.querySelectorAll("[layercontenttrnodeid='id2Expand']")[0].childNodes[0].childNodes[0]; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var img = document.getElementsByClassName("showLegend-image")[0];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widget2Expand.layerListView._onRowTrClick(widget2Expand.operLayerInfos._layerinfos[0], img, layer1Table.childNodes[0], layer1Table);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, 500);&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code: LayerListView.js (find id in chrome developer tools)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.forEach(layerInfo.newSubLayers, lang.hitch(this, function (level, subLayerInfo) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.info(subLayerInfo);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (subLayerInfo.id != "id2hide") {&lt;/P&gt;&lt;P&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; this.drawListNode(subLayerInfo, level + 1, nodeAndSubNode.subNode); //hide sublayer &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this.drawListNode(subLayerInfo, level + 1, nodeAndSubNode.subNode);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, level));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 16:31:23 GMT</pubDate>
    <dc:creator>MonaBrisco</dc:creator>
    <dc:date>2015-08-20T16:31:23Z</dc:date>
    <item>
      <title>Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83683#M2355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.&amp;nbsp; If adding layers individually from service you can configure transparency but if adding all layers at once there is no configure option.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; The above but labels on a layer do not appear.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; If adding a featurelayer for search service, there is no configuration for popup to show only specific attributes.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; There is no way to configure background color of splash screen.&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; If Object ID is not visible in mxd it still appears as attribute but even if not checked in configuration for popup it still displays in popup.&lt;/P&gt;&lt;P&gt;6.&amp;nbsp; The TOC/Treeview (if adding layers as a group as opposed to individually) remains collapsed with no option to expand automatically showing layers. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83683#M2355</guid>
      <dc:creator>MonaBrisco</dc:creator>
      <dc:date>2015-08-18T13:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83684#M2356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So with the GREAT patience and help of Nick at ESRI...using WAB Developer v1.2&lt;/P&gt;&lt;P&gt;You can edit the Widget.js file to expand the layers automatically so that when you&lt;/P&gt;&lt;P&gt;click on the widget the layers are expanded.&amp;nbsp; Edit the LayerListView.js file to hide a layer added individually or as a group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code: Widget.js (place at end of startup function and find id in chrome developer tools)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widget2Expand= this;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setTimeout(function () {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var layer1Table = document.querySelectorAll("[layercontenttrnodeid='id2Expand']")[0].childNodes[0].childNodes[0]; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var img = document.getElementsByClassName("showLegend-image")[0];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widget2Expand.layerListView._onRowTrClick(widget2Expand.operLayerInfos._layerinfos[0], img, layer1Table.childNodes[0], layer1Table);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, 500);&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code: LayerListView.js (find id in chrome developer tools)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.forEach(layerInfo.newSubLayers, lang.hitch(this, function (level, subLayerInfo) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.info(subLayerInfo);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (subLayerInfo.id != "id2hide") {&lt;/P&gt;&lt;P&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; this.drawListNode(subLayerInfo, level + 1, nodeAndSubNode.subNode); //hide sublayer &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this.drawListNode(subLayerInfo, level + 1, nodeAndSubNode.subNode);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, level));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 16:31:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83684#M2356</guid>
      <dc:creator>MonaBrisco</dc:creator>
      <dc:date>2015-08-20T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83685#M2357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mona - I am trying to do this exact same thing.&amp;nbsp; I am having trouble putting the id in the correct place.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr class="jimu-widget-row layer-row jimu-widget-row-selected" layertrnodeid="GreenCo_GIS_base_9724"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using "GreenCo_GIS_base_9724" as my id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried many different combinations, but cannot find the right spot for it.&amp;nbsp; Where would I put this id in the code? Thanks for any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;widget2Expand= this;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setTimeout(function () {&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var layer1Table = document.querySelectorAll("[layercontenttrnodeid='id2Expand']")[0].childNodes[0].childNodes[0];&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var img = document.getElementsByClassName("showLegend-image")[0];&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widget2Expand.layerListView._onRowTrClick(widget2Expand.operLayerInfos._layerinfos[0], img, layer1Table.childNodes[0], layer1Table);&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, 500);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 20:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83685#M2357</guid>
      <dc:creator>RobertSommers</dc:creator>
      <dc:date>2015-09-30T20:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83686#M2358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/105684"&gt;Derrick Frese&lt;/A&gt;​ - replace &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;id2Expand with your layer ID inside the single quotes. However, this only works when the LayerList widget is NOT opened at startup. The Layers expand when the LayerList is opened in the app.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:13:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83686#M2358</guid>
      <dc:creator>ScottKiley</dc:creator>
      <dc:date>2015-10-01T16:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83687#M2359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Scott for pointing out to Derrick that 'id2Expand' was where he should put his id.&amp;nbsp; If you want to hide layers then "id2hide" should be replaced with id.&amp;nbsp; Sorry Derrick I have been tied up.&lt;/P&gt;&lt;P&gt;Update: All but #5 have been resolved via custom code and/or WAB v1.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to capture the zoom event on the map in Developer Edition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 14:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83687#M2359</guid>
      <dc:creator>MonaBrisco</dc:creator>
      <dc:date>2016-01-13T14:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83688#M2360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mona,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think this is what you are looking for:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;on(this.map, 'zoom-end', function(evt){
&amp;nbsp; console.info(evt);
});&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:12:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83688#M2360</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T23:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83689#M2361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert!&amp;nbsp; &lt;/P&gt;&lt;P&gt;First let me say thanks for the code for layerlist(LL) widget it helped me a lot.&amp;nbsp; I have the layers greyed out&lt;/P&gt;&lt;P&gt;initially until a user clicks on LL and zooms in on the map so they become visible.&amp;nbsp; However, if they zoom in before clicking on widget then it does not apply.&amp;nbsp; So I am trying to figure out in what file should I capture the event.&amp;nbsp; I tried in LL.js file and nothing happened.&amp;nbsp; Any ideas? &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 15:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83689#M2361</guid>
      <dc:creator>MonaBrisco</dc:creator>
      <dc:date>2016-01-13T15:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83690#M2362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mona,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you talking about the code to add scale dependency to the LayerList widget? Sorry I provide so much code on GeoNet I loose track.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 15:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83690#M2362</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-13T15:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83691#M2363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code you contributed has a zoom-end event and calls checkScale.&amp;nbsp; I created another function to&lt;/P&gt;&lt;P&gt;check on zoom-start or zoom to try and capture the zoom events on the map "before" clicking on the&lt;/P&gt;&lt;P&gt;widget so that when user clicks on widget the zoom-end has already taken place and the layers should now be visible.&amp;nbsp; I might be performing in the wrong file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 15:33:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83691#M2363</guid>
      <dc:creator>MonaBrisco</dc:creator>
      <dc:date>2016-01-13T15:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83692#M2364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mona,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sounds like you need to add a startup function and in that function call the checkScale function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83692#M2364</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-13T16:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone having these issues with WAB on AGOL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83693#M2365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I will work on this and let you know what I come up with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/anyone-having-these-issues-with-wab-on-agol/m-p/83693#M2365</guid>
      <dc:creator>MonaBrisco</dc:creator>
      <dc:date>2016-01-13T16:08:36Z</dc:date>
    </item>
  </channel>
</rss>

