Issues using local HTML - web viewer does not post/receive messages or load html

Well, one workaround I’ve got is:

Placing the all the js external scripts into 1 html file

So where you’d normally have something like this in your header.

<script src=“www.jsdeliver.net”></script>

Instead manually visit that src url endpoint and copy/paste the text to within your script tag.

<script>copy/paste text here</script>

1 Like