Vertical Scrollbars in Expand not showing on smartphones

487
2
01-07-2022 12:01 PM
GregoryBologna
Occasional Contributor II

I have a Print widget inside an Expand widget. When viewing on a mobile device the vertical scrollbars are not available regardless of orientation. Is there a css workaround I can use?

        var printExpand = new Expand({
          content: new Print({
            view: view,
            printServiceUrl: printServiceUrl
          }),
          view: view,
          autoCollapse: true,
          expanded: false,
          expandTooltip: 'Print Map',
          group: "top-right",
          mode: "floating"
        });

 

Tags (2)
0 Kudos
2 Replies
Noah-Sager
Esri Regular Contributor

Hi @GregoryBologna, I made a quick test app and I can see the vertical scroll bars on a Samsung Galaxy s10. What device are you using? Can you test this app on your mobile device? 

https://codepen.io/noash/full/poWxJgJ

 

0 Kudos
GregoryBologna
Occasional Contributor II

Your map has good height, and the widget can grow. If the map container is small, the widget doesn't have scrollbars. https://www.manateepao.com/parcel/?parid=1005600000

0 Kudos