Has anyone tried to embed the Web Editor instant app in Experience Builder? I created a simple Web Editor app with the Instant App template (beta) to test some new functionality in my Web Experience. But when I embed the app with the Embed widget, either with URL or embed code, it displays the message shown in the image below, that ArcGIS Web Editor is not available at this browser size (regardless that I am using a laptop / desktop).
Solved! Go to Solution.
@JeffreyThompson2 removing the width & height properties from the embed code solved the issue!
Because you are using an Embed Widget, the Instant App is basing its size on the the size of the Embed Widget. Can you try making the Embed Widget larger?
Why are you using the Web Editor Instant App and not the built-in Editor Widget? Is there something specific the Instant App can do that the Editor Widget can't?
Thanks for the quick reply @JeffreyThompson2
I have the Embed widget set to fill the page. Maybe it has something to do with the parameters in the embed code from Instant Apps:
<iframe src="https://silvernail.maps.arcgis.com/apps/instant/webeditor/index.html?appid=7ccb9ef802a147f1a8108aa5e..." width="800" height="1200
00" frameborder="0" style="border:0" allowfullscreen>iFrames are not supported on this page.</iframe>
That's a fair question about why I want to use Web Editor instead of the Editor widget. I've configured a more complex editing page within this Web Experience with the Editor widget and wanted to open with a more simplified, user-friendly web editor page for users to define project areas. But you are right, it might be better to do that with the built-in Editor widget.
Will do, thanks again!
@JeffreyThompson2 removing the width & height properties from the embed code solved the issue!