<?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: Issues with Popup on Mobile | Displays Mostly Off Screen in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309696#M28486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your mobile device size?&lt;/P&gt;&lt;P&gt;What happens on that mobile device when you do not specify any popup property in the mapview constructor?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;view &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;MapView&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    container&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"viewDiv"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    map&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hybrid&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    zoom&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;14&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    center&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;122.068564&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;36.999662&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    layerViews&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;everyLayer
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 14:49:10 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-11T14:49:10Z</dc:date>
    <item>
      <title>Issues with Popup on Mobile | Displays Mostly Off Screen</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309695#M28485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all, welcome to another post about ArcGIS API for Javascript moving popups off screen on mobile devices!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen a few threads, including &lt;A _jive_internal="true" href="https://community.esri.com/thread/222900-pop-ups-not-displaying-correctly-on-mobile-device" target="_blank"&gt;this one&lt;/A&gt;, and &lt;A _jive_internal="true" href="https://community.esri.com/thread/219897-dock-popup-on-mobile-device" target="_blank"&gt;this one&lt;/A&gt;, and &lt;A _jive_internal="true" href="https://community.esri.com/thread/161823" target="_blank"&gt;this one&lt;/A&gt;, whose solutions include adjusting CSS and adjusting JavaScript properties, but none of those solutions have worked for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The frustrating part is that it works as expected in Chrome Developer Tools (below)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/458353_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work on my mobile device!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a screenshot of the current behavior from my mobile device using Google Chrome.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/458345_IMG_0162.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be docked in the lower-right corner since when I pan around the view, the pop-up stays put.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of the suggested fixes, I tried the following:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;dockEnabled:false,
dockOptions:{
    buttonEnabled: false,
    breakpoint: true,
    position: "bottom-center"
}‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and, even though I think dockEnabled:true will nullify the breakpoint behavior, I tried:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;dockEnabled:true,
dockOptions:{
    buttonEnabled: false,
    breakpoint: true,
    position: "bottom-center"
}‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I tried adjusting CSS by setting&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;.esri-popup__main-container esri-widget esri-popup--shadow {
    width:100%
}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;but that was really just a desperate shot in the dark. I', not sure what other CSS I could adjust as there is no container set on the popup.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;My app is broken apart into separate HTML, CSS, JS so pasting the entire code is a bit tricky, but here is my JS to create the view and the popup, where everyLayer is an array of my map layers. There may be some sweet spot between adjusting dockEnabled, dockOptions, etc, but this is what I currently am trying :&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;view = new MapView({
    container: "viewDiv",
    map: hybrid,
    zoom: 14,
    center: [-122.068564,36.999662],
    layerViews:everyLayer,
    popup:{
        highlightEnabled: true,
        dockEnabled: true,
        dockOptions: {
            buttonEnabled: false,
            breakpoint: false,
            position:"bottom-center"
        }
    }
})&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;From all my research, I'm guessing the solution is somewhere in the one or a few of the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;override default CSS&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; "&gt;attach popup after I create the view, not at the same time&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; "&gt;update Chrome/Safari on my mobile device&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; "&gt;adjust dockOptions/dockEnabled&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; "&gt;Any thoughts anyone may have would be greatly appreciated, especially the wizard of ArcGIS API for JS&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; "&gt;&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3101" target="_blank"&gt;Robert Scheitlin, GISP&lt;/A&gt;‌.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; "&gt;I'm happy to provide any more information that could help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; "&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309695#M28485</guid>
      <dc:creator>ParkerWelch</dc:creator>
      <dc:date>2021-12-11T14:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Popup on Mobile | Displays Mostly Off Screen</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309696#M28486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your mobile device size?&lt;/P&gt;&lt;P&gt;What happens on that mobile device when you do not specify any popup property in the mapview constructor?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;view &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;MapView&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    container&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"viewDiv"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    map&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hybrid&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    zoom&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;14&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    center&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;122.068564&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;36.999662&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    layerViews&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;everyLayer
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:49:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309696#M28486</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Popup on Mobile | Displays Mostly Off Screen</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309697#M28487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Robert - thanks for chiming in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My device is an iPhone 6, which I believe has a viewport size of 375 x 667 based on a quick google search.&lt;/LI&gt;&lt;LI&gt;I tried removing the popup property in the mapview constructor and got the same behavior.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 19:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309697#M28487</guid>
      <dc:creator>ParkerWelch</dc:creator>
      <dc:date>2019-08-30T19:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Popup on Mobile | Displays Mostly Off Screen</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309698#M28488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parker,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It has to be something specific about your app/code/css then. Visit this link on your iPhone and you will see that the popup defaults to dock at the bottom of the app.&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/latest/sample-code/intro-popuptemplate/live/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/intro-popuptemplate/live/index.html"&gt;https://developers.arcgis.com/javascript/latest/sample-code/intro-popuptemplate/live/index.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 20:03:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309698#M28488</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-08-30T20:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Popup on Mobile | Displays Mostly Off Screen</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309699#M28489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shoot I was afraid of that. Deconstructing an entire app I built while learning does not seem fun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first attempt to troubleshoot led me to double-check that I didn't overwrite any CSS for any child HTML elements involved in the popup. I can confirm that my CSS does not have any rules set for the child elements of the element representing the div.&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;esri-popup__main-container esri-widget esri-popup--shadow, which are header, article, and section.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;Maybe I did that wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;My next idea is to set dockEnabled to false so that the popup emerges directly from the clicked feature, then, on popup render complete, use the reposition() method on the popup object, which I think should adjust the view to include the whole popup according to the help documentation &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#reposition"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;Do you have any experience with the reposition() method?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 23:07:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309699#M28489</guid>
      <dc:creator>ParkerWelch</dc:creator>
      <dc:date>2019-08-30T23:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Popup on Mobile | Displays Mostly Off Screen</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309700#M28490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parker,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Yep popup.reposition() is suppose to adjust the view to include the popup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 23:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309700#M28490</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-08-30T23:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Popup on Mobile | Displays Mostly Off Screen</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309701#M28491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it looks like it was my mobile device OS that was causing unexpected behavior.&lt;/P&gt;&lt;P&gt;I updated my device OS and got the behavior I was expecting, with the popup docking bottom center.&lt;/P&gt;&lt;P&gt;I suppose I can't force everyone to update their OS, but might include a disclaimer about unexpected behavior with an old OS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 17:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issues-with-popup-on-mobile-displays-mostly-off/m-p/309701#M28491</guid>
      <dc:creator>ParkerWelch</dc:creator>
      <dc:date>2019-09-03T17:53:16Z</dc:date>
    </item>
  </channel>
</rss>

