aframe-websurfaces icon indicating copy to clipboard operation
aframe-websurfaces copied to clipboard

📦 An aframe component for adding interactable webpages to your scene.

Results 4 aframe-websurfaces issues
Sort by recently updated
recently updated
newest added

When using AFrame 1.3.0, the following error occurs: ```ruby aframe-websurfaces.umd.js:1 Uncaught TypeError: Class constructor Mesh cannot be invoked without 'new' at new n (aframe-websurfaces.umd.js:1:4354) at HTMLElement. (aframe-websurfaces.umd.js:1:7158) at HTMLElement. (aframe-v1.3.0.min.js:45177:2943)...

When constructing en entity like so, the websurface component does not align to the parent entity. If you translate the parent, the children object translate, but the websurface does not....

If the Aframe scene is embedded and there's HTML code over the Aframe scene, the iframe will render under the web surface ![image](https://user-images.githubusercontent.com/10227662/134014052-4f190320-b8de-4090-8ef8-9e9a43441ea1.png)

Is it compatible with A-frame 1.6.0??