aframe icon indicating copy to clipboard operation
aframe copied to clipboard

:a: Web framework for building virtual reality experiences.

Results 261 aframe issues
Sort by recently updated
recently updated
newest added
trafficstars

**Description:** - A-Frame Version: 1.3.0 - Platform / Device: iPhone - Reproducible Code Snippet or URL: https://premature-granted-event.glitch.me/ Open this on an iPhone, and accept permissions for device orientation. Logs show...

**Description:** Fixes #5075 **Changes proposed:** -Check that the target is the current target in intersection and intersectionCleared events

This is a small addition to the cursor component that I was thinking about but was a bit slow adding it to the last PR. I still need to test...

Textures are not loading in **incognito mode** on **Android** on different browsers - Chrome, Edge. [What the scene looks like in normal browser mode (Chrome, Android)][1] [What the scene looks...

**Description:** - A-Frame Version: 1.3.0 - Platform / Device: Oculus Quest 2 - Reproducible Code Snippet or URL: Any A-Frame Example that uses controllers. E.g. https://aframe.io/examples/showcase/responsiveui/ When I press the...

**Description:** I have detected 2 problems with aframe in vr mode: On many tested android smartphones the middle white line (shown in the vr mode between the left and right...

```html ``` With the above a default camera is injected incorrectly

help wanted (easy)

**Description:** - A-Frame Version: 1.3.0, 1.2.0 - Node: v14.19.3 (npm v6.14.17) - Ubuntu 20.04.4 - Reproducible Code Snippet or URL: ``` npm init npm install aframe --save ``` It now...

**Description:** - A-Frame Version: 1.0.3 / 1.0.4 - Platform / Device: Android 9 / LG Q60 / Chrome 101.0.4951.41 - Reproducible Code Snippet or URL: - There´s an very noticeable...

**Description:** Allow animating vec3 position directly on Object3D at once. Currently we can animate object3D position axis using `property: object3D.position.z` but not the complete vec3 at once. The goal is...