Turn off scrolling in web app when embedded in website

1332
5
09-12-2018 08:09 AM
MelissaMitchell
New Contributor III

How do i turn off scrolling when i embed a web app in website? When the user scrolls down the page it gets stuck on the web app and the map starts to scroll instead of scrolling down the page.

example;

Upper Raritan Watershed Report - Raritan Headwaters 

0 Kudos
5 Replies
DouglasCochran
Occasional Contributor II

have you tried this method from this post?

https://community.esri.com/thread/25535 

0 Kudos
KellyGerrow
Esri Frequent Contributor

You can do this with URL parameters for embedded apps and in some configurable apps:

Use URL parameters to modify embedded maps—ArcGIS Online Help | ArcGIS 

MelissaMitchell
New Contributor III

I've added it to the url but it's still scrolling for some reason. Does it work if it's embedded into the website?

thank you!

0 Kudos
KellyGerrow
Esri Frequent Contributor

Yes. Can you share your embed code?

0 Kudos
AnnaHradecká
New Contributor III

I can share ma code. I think the problem is that we try to embeded web app not only map it is in yours doc link.

<iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" title="Strategické projekty" src="https://gis.brno.cz/esri/apps/webappviewer/index.html?id=3f21a08551bc4706b36dc124c9e7916e&mobileBrea..."></iframe>

0 Kudos