<?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 PopupMobile and Bootstrap Nav in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349119#M32312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any ideas on how to use the popupMobile and a bootstrap navbar-fixed-top together?&amp;nbsp; No matter what I try css-wise for z indexing and/or padding I cannot get the popupMobile's navigation bar to display on top of the bootstrap navbar.&amp;nbsp; Do I need to get into the helper methods for placement maybe?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 16:38:51 GMT</pubDate>
    <dc:creator>DavidColey</dc:creator>
    <dc:date>2015-10-06T16:38:51Z</dc:date>
    <item>
      <title>PopupMobile and Bootstrap Nav</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349119#M32312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any ideas on how to use the popupMobile and a bootstrap navbar-fixed-top together?&amp;nbsp; No matter what I try css-wise for z indexing and/or padding I cannot get the popupMobile's navigation bar to display on top of the bootstrap navbar.&amp;nbsp; Do I need to get into the helper methods for placement maybe?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:38:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349119#M32312</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2015-10-06T16:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: PopupMobile and Bootstrap Nav</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349120#M32313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I'm visualizing this correctly - is the problem exemplified in this jsfiddle I created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/xqh83nhL/" title="http://jsfiddle.net/xqh83nhL/"&gt;Bootstrap nav bar; mobile popup ArcGIS - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="237" src="https://community.esri.com/legacyfs/online/129918_pastedImage_1.png" style="width: 327px; height: 236.811px;" width="327" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="240" src="https://community.esri.com/legacyfs/online/129919_pastedImage_2.png" style="width: 339px; height: 240.034px;" width="339" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:13:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349120#M32313</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-10-06T18:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: PopupMobile and Bootstrap Nav</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349121#M32314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If so, I was able to place it above the nav bar by adding a css override; here's the jsfiddle update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/xqh83nhL/1/" title="http://jsfiddle.net/xqh83nhL/1/" rel="nofollow noopener noreferrer" target="_blank"&gt;Bootstrap nav bar; mobile popup ArcGIS - JSFiddle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the overrides:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriMobileInfoView {z-index: 999999 !important;}
.esriMobilePopupInfoView {z-index: 999999 !important;}
.esriMobileNavigationBar {z-index: 999999 !important;}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/129920_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="258" src="https://community.esri.com/legacyfs/online/129921_pastedImage_1.png" style="width: 275px; height: 258.333px;" width="275" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I understood your issue correctly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349121#M32314</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2021-12-11T16:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: PopupMobile and Bootstrap Nav</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349122#M32315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly it Chris, thanks!&amp;nbsp; It was driving me nuts. My z-index was too low (108 - based on WAB) and I was missing the .esriMobilePopupInfoView class.&amp;nbsp; I now have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriMobileInfoView , .esriMobilePopupInfoView, .esriMobileNavigationBar {
&amp;nbsp;&amp;nbsp;&amp;nbsp; z-index: 999999 !important;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popupmobile-and-bootstrap-nav/m-p/349122#M32315</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2021-12-11T16:26:02Z</dc:date>
    </item>
  </channel>
</rss>

