Hide Pop-ups in Embedded Web App

421
0
06-22-2017 05:07 PM
KirstenFrost_Andersen
New Contributor III

I have a Web App Builder URL that is passed a parameter to zoom into a parcel polygon.  My application, when passing that parameter does a great job at selecting that polygon, however a pop-up with its related information appears.  I need to embed this application within another web page/app, making it fit a small space so the pop-up isn't necessary and takes up too much of that space.  An example of my URL is below.

http://  myorganization.maps.arcgis.com/apps/webappviewer/index.html?id=20a3ac29bb134172a8e13dc73db879b5&mobileBreakPoint=300&query=parcels,pid_num,55203.0405

This said, I need help with two things:

  1.   How do I turn off the pop-ups and still get the URL to zoom into and select the parcel polygon?
  2.   How can I embed that URL in an ASPX webpage and pass the parcel parameter based upon an established session variable containing it's value (I've been toying with JavaScript)? 

I've tried using a div and an iframe tag, but I can't seem to get the div to properly display my URL and can't get any javascript to work right to pick up the session variable or shut off the pop-up.  Thanks for any ideas!

0 Kudos
0 Replies