Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Or do HTML files need to be hosted remotely? (I'm looking to add HTML5 functionality inside a Mashup).
Solved! Go to Solution.
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.
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.
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.