Albert Peiró

Results 8 comments of Albert Peiró

I acknowledge this bug. I used about 1.5 months ago Android Holo Colors with: minsdkversion

@nostra13 thanks for looking into this. I don't think this is exceptionally important, though would be nice to fix or at least know where problem comes from. Looks like a...

I'm importing WHS like this: ``` import * as WHS from "whs"; import * as THREE from "three"; ``` So WHS.controls is not available. In my case everything works like...

This is how my app looks like: ``` ... ``` And it works like that. But the zoom or any other feature of OrbitControls is ignored. The controls do work...

Hey @cambridgemike I checked the list of issues and read yours cause I'm using ui-router. I just installed the plugin and it does seem to work with ui-router out of...

+1 I need this. Why is this not being added? @robgrimball can you add some tests?

I'm having this issue too. Some findings: This works: ``` api.use((req, event, next) => { return next(); // call next in chain }); ``` This does Not work: ``` api.use(async...