<?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: Pop-ups on new Basic (Media Map) do not work in mobile in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643318#M3381</link>
    <description>&lt;P&gt;Thanks Kelly, I will test this as well. Big thank you to the community!!!!&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 15:59:38 GMT</pubDate>
    <dc:creator>RexTurgano</dc:creator>
    <dc:date>2025-08-19T15:59:38Z</dc:date>
    <item>
      <title>Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643031#M3376</link>
      <description>&lt;P&gt;I noticed that the&amp;nbsp;Pop-ups on the new Basic (Media Map) do not work well in mobile. The positioning of the pop-ups is off as the pop-up title, dock, collapse, and close button/icons are cut-off from view. It also overlaps with other widget elements as well. &lt;A href="https://governmentofbc.maps.arcgis.com/apps/instant/basic/index.html?appid=4b3eb47c25ff45fa9f6bff45e3f2a389" target="_self"&gt;Our map is here&lt;/A&gt;&amp;nbsp;if you want to take a look.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RexTurgano_0-1755553487960.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138748i30EC4EB681F0739F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RexTurgano_0-1755553487960.png" alt="RexTurgano_0-1755553487960.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 21:46:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643031#M3376</guid>
      <dc:creator>RexTurgano</dc:creator>
      <dc:date>2025-08-18T21:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643173#M3378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/332155"&gt;@RexTurgano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Instant App configuration have you looked into the following settings or tried floating pop ups instead of docking them? The fixed pop up location on its own when looking at the view in Portrait mode looks better.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Instant Apps.png" style="width: 392px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138791iEB0B92354DED70C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Instant Apps.png" alt="Instant Apps.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Reduce header height or make it collapsible.&amp;nbsp;The static header may be pushing the pop-up off-screen. Consider:&lt;BR /&gt;• Reducing the header height.&lt;BR /&gt;• Making it collapsible or using a splash screen for intro content.&lt;BR /&gt;• Moving disclaimers or long text into a modal or info panel.&lt;/P&gt;&lt;P&gt;I hope this helps somewhat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 08:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643173#M3378</guid>
      <dc:creator>DanielFox1</dc:creator>
      <dc:date>2025-08-19T08:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643299#M3379</link>
      <description>&lt;P&gt;We'll get this fixed in a future release of online. In the meantime you should be able to fix it by pasting the following into the Custom CSS box during the basic configuration. You'll find that setting in the Theme section. Let me know if this doesn't work for you because it may require some additional modifications.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.esri-view-width-xsmall .esri-popup--is-docked-top-center, .esri-view-width-xsmall .esri-popup--is-docked-bottom-center {
    height: 100vh;
    max-height: calc(100vh - 50px);
   z-index:1000;
    bottom: 0
    top: 0;
    position: relative;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643299#M3379</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-08-19T15:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643317#M3380</link>
      <description>&lt;P&gt;Wow, thanks! This actually works really well, and I think better than before. Thanks so much!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643317#M3380</guid>
      <dc:creator>RexTurgano</dc:creator>
      <dc:date>2025-08-19T15:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643318#M3381</link>
      <description>&lt;P&gt;Thanks Kelly, I will test this as well. Big thank you to the community!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1643318#M3381</guid>
      <dc:creator>RexTurgano</dc:creator>
      <dc:date>2025-08-19T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1646650#M3392</link>
      <description>&lt;P&gt;Yes, I just ran into this today and have been trying to edit the custom css and couldn't find the correct combination of properties.&amp;nbsp; Both solutions provided here are useful.&amp;nbsp; I have a custom header and had to adjust the max height a bit in my initial testing.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to everyone.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 20:58:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1646650#M3392</guid>
      <dc:creator>ctalleygreenville</dc:creator>
      <dc:date>2025-08-28T20:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1651841#M3406</link>
      <description>&lt;P&gt;Hi Kelly, I just had the chance to implement the CSS and the pop-up displays in full but there is now "x" or option to close the pop-up.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 17:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1651841#M3406</guid>
      <dc:creator>RexTurgano</dc:creator>
      <dc:date>2025-09-19T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1651842#M3407</link>
      <description>&lt;P&gt;I just thought I would check-in to see if there is an ETA for the proper fix. Thanks!&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 17:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1651842#M3407</guid>
      <dc:creator>RexTurgano</dc:creator>
      <dc:date>2025-09-19T17:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1653229#M3415</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/332155"&gt;@RexTurgano&lt;/a&gt;&amp;nbsp;the fix will be in the next release of ArcGIS Online.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 15:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1653229#M3415</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-09-25T15:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1653231#M3416</link>
      <description>&lt;P&gt;Can you share an image of what you are seeing? I'd like to try and find a temp fix for the missing close button&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 15:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1653231#M3416</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-09-25T15:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1653245#M3421</link>
      <description>&lt;P&gt;Actually took a closer look and there is a typo in the css I posted earlier. It also doesn't account for the header. Can you try this instead:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.esri-view-width-xsmall .esri-popup--is-docked-top-center, .esri-view-width-xsmall .esri-popup--is-docked-bottom-center {
    height: 100vh;
    max-height: calc(100vh - 50px);
   z-index:1000;
    bottom: 0;
    top: 50px;
    position: relative;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 25 Sep 2025 16:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1653245#M3421</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-09-25T16:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups on new Basic (Media Map) do not work in mobile</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1653304#M3424</link>
      <description>&lt;P&gt;It worked! Thanks so much.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 18:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/pop-ups-on-new-basic-media-map-do-not-work-in/m-p/1653304#M3424</guid>
      <dc:creator>RexTurgano</dc:creator>
      <dc:date>2025-09-25T18:56:17Z</dc:date>
    </item>
  </channel>
</rss>

