<?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: Is there some way to put a scroll bar on the popup window on tablets? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702705#M18498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I thing about this is IOS/apple specific and is the norm for apple they remove the scroll bar for some reason. You can add this css to your apps theme common.css using this and it will show a scrollbar but it will not really work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-appearance: none;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar:vertical {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 11px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar:horizontal {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 11px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar-thumb {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-radius: 8px;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 2px solid white; /* should match background, can't be transparent */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: rgba(0, 0, 0, .5);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar-track {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #fff;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-radius: 8px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2016 23:16:19 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-04-25T23:16:19Z</dc:date>
    <item>
      <title>Is there some way to put a scroll bar on the popup window on tablets?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702704#M18497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I get complaints that people don't know they can scroll down on iPads because there are no scroll bars. Scrolling does work fine, however. I guess it just isn't apparent to some. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 17:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702704#M18497</guid>
      <dc:creator>JayGeisen</dc:creator>
      <dc:date>2016-04-25T17:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there some way to put a scroll bar on the popup window on tablets?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702705#M18498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I thing about this is IOS/apple specific and is the norm for apple they remove the scroll bar for some reason. You can add this css to your apps theme common.css using this and it will show a scrollbar but it will not really work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-appearance: none;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar:vertical {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 11px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar:horizontal {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 11px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar-thumb {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-radius: 8px;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 2px solid white; /* should match background, can't be transparent */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: rgba(0, 0, 0, .5);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .contentPane::-webkit-scrollbar-track {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #fff;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-radius: 8px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 23:16:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702705#M18498</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-04-25T23:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there some way to put a scroll bar on the popup window on tablets?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702706#M18499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702706#M18499</guid>
      <dc:creator>JayGeisen</dc:creator>
      <dc:date>2016-04-26T13:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there some way to put a scroll bar on the popup window on tablets?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702707#M18500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Don't forget to mark this question as answered by clicking on the "Correct Answer" link on the reply that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702707#M18500</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-04-26T13:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there some way to put a scroll bar on the popup window on tablets?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702708#M18501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;These "new" forums are taking some getting used to for me. Done!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:43:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-there-some-way-to-put-a-scroll-bar-on-the-popup/m-p/702708#M18501</guid>
      <dc:creator>JayGeisen</dc:creator>
      <dc:date>2016-04-26T13:43:17Z</dc:date>
    </item>
  </channel>
</rss>

