PROBLEM
In ArcGIS Experience Builder, an embedded ArcGIS Instant Apps Web Editor app cannot be displayed and the notification below is returned in the Embed widget:
ArcGIS Web Editor is not available at this browser size To get the best experience use it on a laptop or desktop.

The embedded Web Editor app requires a minimum display width to render correctly. When the iframe in the Embed widget is configured with fixed dimensions or is placed in a device layout that restricts the available width, the app detects the constrained display area and displays a screen size message instead of loading fully.
In the HTML code, remove the height and specify the width of the Web Editor app in the Embed widget.
<iframe src="<WebEditor_URL>" width="400" height="600" frameborder="0" style="border:0" allowfullscreen>iFrames are not supported on this page.</iframe>
Below is the full working HTML code:
<iframe src="https://arcgis.com/apps/instant/webeditor/index.html?appid=5c09db7fb1cd49b185b4496a320f8332" width="769" frameborder="0" style="border:0" allowfullscreen>iFrames are not supported on this page.</iframe>
Note: Optionally, remove the app's height and width in the HTML code. This only applies to large screen devices in ArcGIS Experience Builder.
The experience below demonstrates the embedded Web Editor app displayed on a large screen device.

Article ID: 000039887
Get help from ArcGIS experts
Start chatting now