<?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: PopupView does not display attachments if outside of view in Swift Maps SDK Questions</title>
    <link>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1666246#M627</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/541570"&gt;@DavidFeinzimer&lt;/a&gt;&amp;nbsp;, sorry for the late response:&lt;/P&gt;&lt;P&gt;I can reproduce the issue with the following setup right now:&lt;/P&gt;&lt;P&gt;Xcode: 26.0.1&lt;/P&gt;&lt;P&gt;iOS: 26&lt;/P&gt;&lt;P&gt;Device: iPhone 17 (Simulator)&lt;/P&gt;&lt;P&gt;Swift Maps SDK: 200.8.0&lt;/P&gt;&lt;P&gt;Screenrecording:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6385205146112w960h540r50" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6385205146112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6385205146112w960h540r50');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6385205146112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is important to have enough fields/data above the attachments (in my example i display 10 fields) so that the attachments are not visible initially. Sometimes the attachment appear and sometimes they don't. So the issue does not occur all the time. Hope that helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2025 13:55:53 GMT</pubDate>
    <dc:creator>t-schaal</dc:creator>
    <dc:date>2025-11-17T13:55:53Z</dc:date>
    <item>
      <title>PopupView does not display attachments if outside of view</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1662508#M620</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;We recently discovered an issue where attachments in the &lt;STRONG&gt;PopupView&lt;/STRONG&gt; do not render correctly when the content is rendered outside of the visible area (see attached video).&lt;/P&gt;&lt;P&gt;Some time ago we encountered a similar problem in our own implementation, which was related to our use of the default SwiftUI List. In our case, we were returning different types of views within the list, but SwiftUI List expects to receive the same view type throughout. Mixing different view types can lead to rendering bugs.&lt;/P&gt;&lt;P&gt;It's possible that a similar issue is affecting the PopupView. If different view types are being returned or mixed within the popup, that could explain the rendering problem with attachments as well.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 15:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1662508#M620</guid>
      <dc:creator>t-schaal</dc:creator>
      <dc:date>2025-11-04T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: PopupView does not display attachments if outside of view</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1662842#M621</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/939665"&gt;@t-schaal&lt;/a&gt;,&amp;nbsp;thank you for reaching out. If possible, can you please share some additional details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A minimal reproducible example.&lt;/LI&gt;&lt;LI&gt;The data (map) where you see the rendering issue.&lt;/LI&gt;&lt;LI&gt;The types of simulators and/or physical devices you've experienced the issue on.&lt;/LI&gt;&lt;LI&gt;Xcode, iOS, and Swift Maps SDK version numbers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the meantime, I'll look into this more on my end and see if I can find a possible cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 15:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1662842#M621</guid>
      <dc:creator>DavidFeinzimer</dc:creator>
      <dc:date>2025-11-03T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: PopupView does not display attachments if outside of view</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1666246#M627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/541570"&gt;@DavidFeinzimer&lt;/a&gt;&amp;nbsp;, sorry for the late response:&lt;/P&gt;&lt;P&gt;I can reproduce the issue with the following setup right now:&lt;/P&gt;&lt;P&gt;Xcode: 26.0.1&lt;/P&gt;&lt;P&gt;iOS: 26&lt;/P&gt;&lt;P&gt;Device: iPhone 17 (Simulator)&lt;/P&gt;&lt;P&gt;Swift Maps SDK: 200.8.0&lt;/P&gt;&lt;P&gt;Screenrecording:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6385205146112w960h540r886" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6385205146112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6385205146112w960h540r886');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6385205146112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is important to have enough fields/data above the attachments (in my example i display 10 fields) so that the attachments are not visible initially. Sometimes the attachment appear and sometimes they don't. So the issue does not occur all the time. Hope that helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 13:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1666246#M627</guid>
      <dc:creator>t-schaal</dc:creator>
      <dc:date>2025-11-17T13:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: PopupView does not display attachments if outside of view</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1666565#M628</link>
      <description>&lt;P&gt;Thank you for the additional information&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/939665"&gt;@t-schaal&lt;/a&gt;.&amp;nbsp;I will continue looking into this.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 00:42:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1666565#M628</guid>
      <dc:creator>DavidFeinzimer</dc:creator>
      <dc:date>2025-11-18T00:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: PopupView does not display attachments if outside of view</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1667739#M630</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/939665"&gt;@t-schaal&lt;/a&gt;&amp;nbsp;A fix targeting this issue has been merged and will be available in the next release.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 00:42:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1667739#M630</guid>
      <dc:creator>DavidFeinzimer</dc:creator>
      <dc:date>2025-11-21T00:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: PopupView does not display attachments if outside of view</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1667860#M631</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 14:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/popupview-does-not-display-attachments-if-outside/m-p/1667860#M631</guid>
      <dc:creator>t-schaal</dc:creator>
      <dc:date>2025-11-21T14:10:29Z</dc:date>
    </item>
  </channel>
</rss>

