Skip to main content
1-Visitor
February 29, 2016
Solved

Is there a way to load local HTML files inside a WebFrame?

  • February 29, 2016
  • 1 reply
  • 2684 views

Or do HTML files need to be hosted remotely? (I'm looking to add HTML5 functionality inside a Mashup).

Best answer by PaiChung

Please note that there are risks involved with this, so with taking that into proper consideration, you could put your HTML5 pages on a location on the server and do a ../myfolder/mypage.html type reference to it.

Since all Thingworx widgets/mashups are HTML5 what type of functionality are you trying to add? It might be best to add it as Widget Extensions.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
February 29, 2016

Please note that there are risks involved with this, so with taking that into proper consideration, you could put your HTML5 pages on a location on the server and do a ../myfolder/mypage.html type reference to it.

Since all Thingworx widgets/mashups are HTML5 what type of functionality are you trying to add? It might be best to add it as Widget Extensions.

1-Visitor
February 29, 2016

Thanks for the reply.

I've developed a 3D visualisation in Unity, which has been compiled to WebGL. Is there a better way of doing this using Widget Extensions?

Thanks.