<?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 - popup box inconsistent sizes in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/640000#M17065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warren,&lt;/P&gt;&lt;P&gt;Could you share where you put this in the MapManager.js file?​&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 20:45:27 GMT</pubDate>
    <dc:creator>StanMcShinsky</dc:creator>
    <dc:date>2015-03-03T20:45:27Z</dc:date>
    <item>
      <title>WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639992#M17057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using web Appbuilder v.1 and when I identify on multiple layers I get a popup box that has an arrow to cycle through the identified features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that when I click on the arrow to go to the next identified result the size of the box changes and the next arrow moves either up or down. It looks like the box is adjusting its size from&amp;nbsp; the center. So when you go from a big box to a small box the top and bottom condense towards the middle. I also noticed this same behavior on ArcGIS online. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to only have the bottom slide up or to automatically have a set size so there is no adjustment on the box size as results are cycled through?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ems1.jpg" class="jive-image image-1" height="311" src="https://community.esri.com/legacyfs/online/60261_ems1.jpg" style="width: 386px; height: 311.290322580645px;" width="386" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="parcel2.jpg" class="jive-image image-2" height="313" src="https://community.esri.com/legacyfs/online/60262_parcel2.jpg" style="width: 388px; height: 312.903225806452px;" width="388" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have noticed this esri javascript example to kinda work the way I was thinking &lt;A href="http://developers.arcgis.com/javascript/samples/popup_relatedrecords/" title="http://developers.arcgis.com/javascript/samples/popup_relatedrecords/"&gt;Popups with related records&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has the arrow pointing to the selected feature at the top of the popup. (as a side note it works once you got to the second selected feature)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample1.jpg" class="jive-image image-3" src="https://community.esri.com/legacyfs/online/60263_sample1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 16:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639992#M17057</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-02-09T16:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639993#M17058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are able to do that with a little bit of programming, but you would not be able to do that in ArcGIS Online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/infowindow-amd.html#resize" title="https://developers.arcgis.com/javascript/jsapi/infowindow-amd.html#resize"&gt;InfoWindow | API Reference | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know where within the WebApp builder that code is though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 16:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639993#M17058</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-02-09T16:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639994#M17059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really just want to do it in Web Appbuilder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off I did some more digging and I have found that this behavior is a result of the esri javascript api and not limited to AGOL or web appbuilder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I found that there could be two ways around this but not sure how to do either of them in WAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use an anchor for the popup like:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/popup-amd.html#anchor" title="https://developers.arcgis.com/javascript/jsapi/popup-amd.html#anchor" rel="nofollow noopener noreferrer" target="_blank"&gt;Popup | API Reference | ArcGIS API for JavaScript&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;anchor: 'bottom-right'&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as part of :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var popup = new Popup({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fillSymbol: fill,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; titleInBody: false,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anchor: 'bottom-right'
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, domConstruct.create("div"));&lt;/PRE&gt;&lt;P&gt;The main problem with this is that the popup no longer becomes intelegent to what side of the point to place the popup so it dose not appear off screen. The good side is that the popup box adjusts from the bottom not the center anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Use the resize(width, height) method like:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/popup-amd.html#resize" title="https://developers.arcgis.com/javascript/jsapi/popup-amd.html#resize" rel="nofollow noopener noreferrer" target="_blank"&gt;Popup | API Reference | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;popup.resize(300,200);&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as part of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var popup = new Popup({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fillSymbol: fill,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; titleInBody: false
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, domConstruct.create("div"));
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popup.resize(300,200);&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like the second option because it still acts smart and does not move the arrows if the size changes. The only down side is if the potential empty space for small popup boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to implement either of theses two options or maybe third that I have not come up with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fyi i tested the above code on this esri sample. &lt;A href="https://developers.arcgis.com/javascript/jssamples/popup_chart.html" title="https://developers.arcgis.com/javascript/jssamples/popup_chart.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Popup | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:11:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639994#M17059</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-12-12T03:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639995#M17060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have not tested this at all but my best guess would be to add the resize code to the resetInfoWindow function in the MapManager.js as the map components default info window is a Popup dijit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14241838381881267" jivemacro_uid="_14241838381881267"&gt;&lt;P&gt;this.map.infoWindow.resize(&lt;SPAN class="number"&gt;300,&lt;SPAN class="number"&gt;200&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 14:38:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639995#M17060</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-17T14:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639996#M17061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;I just tried doing what you suggested and it did not work. I tried adding that line into several spots within the resetInfoWindo function and still no change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:30:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639996#M17061</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-02-17T15:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639997#M17062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sorry that was my best guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:35:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639997#M17062</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-17T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639998#M17063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert, that worked for me.&amp;nbsp; Is there any way the size of the popups can be set to automagically adjust to the size of the incoming content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Warren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:44:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639998#M17063</guid>
      <dc:creator>WarrenMedernach</dc:creator>
      <dc:date>2015-03-03T19:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639999#M17064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have not looked into that possibility.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/639999#M17064</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-03-03T19:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/640000#M17065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warren,&lt;/P&gt;&lt;P&gt;Could you share where you put this in the MapManager.js file?​&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 20:45:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/640000#M17065</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-03-03T20:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/640001#M17066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Stan,&lt;/P&gt;&lt;P&gt;I put it right at the end of the function.&amp;nbsp; Also, note that I edited MapManager.js file in my app folder, NOT the MapManager.js file in the client\stemapp folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;resetInfoWindow: function() {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!this.previousInfoWindow &amp;amp;&amp;amp; this.map &amp;amp;&amp;amp; this.map.infoWindow) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.previousInfoWindow = this.map.infoWindow;
&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; if (!this.mobileInfoWindow &amp;amp;&amp;amp; this.map &amp;amp;&amp;amp; this.map.root) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.mobileInfoWindow =
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new PopupMobile(null, html.create("div", null, null, this.map.root));
&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; if (jimuConfig &amp;amp;&amp;amp; jimuConfig.widthBreaks &amp;amp;&amp;amp; this.previousInfoWindow &amp;amp;&amp;amp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.mobileInfoWindow) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var width = jimuConfig.widthBreaks[0];
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (html.getContentBox(jimuConfig.layoutId).w &amp;lt; width &amp;amp;&amp;amp; !this.isMobileInfoWindow) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.map.infoWindow.hide();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.map.setInfoWindow(this.mobileInfoWindow);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.isMobileInfoWindow = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else if (html.getContentBox(jimuConfig.layoutId).w &amp;gt;= width &amp;amp;&amp;amp;
&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.isMobileInfoWindow) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.map.infoWindow.hide();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.map.setInfoWindow(this.previousInfoWindow);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.isMobileInfoWindow = false;
&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; &lt;STRONG&gt;// MOD - 2015-03-03&lt;/STRONG&gt;
&lt;STRONG&gt;&amp;nbsp; this.map.infoWindow.resize(360,280);&lt;/STRONG&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Warren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:11:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/640001#M17066</guid>
      <dc:creator>WarrenMedernach</dc:creator>
      <dc:date>2021-12-12T03:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/640002#M17067</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/13535"&gt;Warren Medernach&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It looks like that works great. I must have been putting it in the wrong place. Thanks.&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 22:13:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/640002#M17067</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-03-03T22:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: WAB - popup box inconsistent sizes</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/1066686#M20950</link>
      <description>&lt;P&gt;Hi, I would like to completely disable the mobile popup from my Enterprise Portal WAB apps. I can do this in my development environment by following what you say here, and other places, and edit the MapManager.js file to&amp;nbsp;this.isMobileInfoWindow = true; as well as resize().&amp;nbsp; However, when i try to make those changes in Portal I see that the MapManager.js file is minified!&amp;nbsp; This is making it hard for me to correctly change the&amp;nbsp;resetInfoWindow function.&amp;nbsp; I have added ";&lt;SPAN&gt;this.map.infoWindow.resize(&lt;/SPAN&gt;&lt;SPAN class="number"&gt;300,200); at the end of the function and have also tried adding&amp;nbsp;&amp;nbsp;"this.isMobileInfoWindow=!0" in various places.&amp;nbsp; It seems to have no effect.&amp;nbsp; In looking at the chrome dev tool, I do not even see where MapManager is being used and so I cannot inspect it.&amp;nbsp; Any ideas on how to change Portal to NEVER use the mobile popup?&amp;nbsp; The mobile popup does not show actions, which causes a problem.&amp;nbsp; If there is a way to add actions to the mobile popup that could be another solution...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 22:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-popup-box-inconsistent-sizes/m-p/1066686#M20950</guid>
      <dc:creator>LisaT</dc:creator>
      <dc:date>2021-06-09T22:28:20Z</dc:date>
    </item>
  </channel>
</rss>

