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

Daydream and GearVR deprecation was a clear decision. On the other hand, Meta unlocked Oculus Go before discontinuing and there might be some used out there by hobbyists. Although the...

There are tons of outdated info in the docs that have accumulated after the years: broken examples, mentions to old and deprecated headsets, old APIs... I try to correct as...

help wanted (easy)

The post below made me consider it for the first time: https://world.hey.com/dhh/you-can-t-get-faster-than-no-build-7a44131c Has the time come to modularize components and get rid of the build step?

feature request

**Description:** Every time an animation loops the excess time is ignored. This leads to "time leakage" which can accumulate over time or cause issues when high delta times occur for...

Description: A-Frame Version: 1.4.2 Platform / Device: Android Moto g100, Moto Edge 40 Pro Reproducible Code Snippet or URL: https://glitch.com/edit/#!/exciting-thankful-microwave Turning enabled : false in the ar-hit-test component makes the...

Brainstorming. Dealing with browser autoplay policies is one of the most confusing things for beginners. `Why my audio / video is not playing?` Probably one of the top 5 most...

Using this: https://2djdovx6f3.execute-api.us-east-1.amazonaws.com/beta/4/ Going into WebVR mode and rotating the device works flawlessly with Chrome (except for a mystery white line), but in mobile Firefox it causes the two images...

bug
mobile

While in inspector mode I have components flushing to DOM. This can be completed either manually (document.querySelector('a-scene').flushToDOM(true)) or through the . While components that are edited through the right-hand inspector...

**Description:** In the [documentation](https://aframe.io/docs/1.4.0/introduction/) the search bar does not show results for anything. This has been the case for at least a week and has been tested with several browsers:...

**Description:** When `pointerLockEnabled` is true on the `look-controls` component for a `camera`, the camera sometimes randomly snaps while the mouse is moving around. - A-Frame Version: 1.4.2 - Platform /...