Hello,
I have a WAB app, consisting of multiple widgets. We are asked to embed the app with all widgets as map window to another app.
There is an ESRI article recommending to use IFRAME:
How To: Embed an ArcGIS Online web application in a website
However, the CTO of the target app rejects IFRAME and demands embedding the app in a div.
Is it possible at all to embed a WAB app into a DIV?
Is there someone who already did this?
Thanks!
Michael,
No that is not remotely possible. An iFrame is the only available route. The WAB app is a whole webpage that need script files loaded. A div has not ability to load scripts and css independently.