Kyle Baker
Kyle Baker
any news on this?
The solution from @EngineerDaryl in the [comments on the gnome-extension page](https://extensions.gnome.org/extension/1326/block-caribou/) are working as a temporary hard-disable extension. Annoying, but so be it. tldr for how to implement it, summarizing...
i ended up manually installing electrion with 'npm install electron' (even though it is in the dependencies and I had run npm install?). Then when I would run npm start...
I'm wondering if I am still running into this same issue; is that possible? Was this changed, and just not closed, or is it still a valid issue?
I haven't tested that feature (yet) in this repo directly, but getting that touch control event on the cardboard is hard. I did finally find a repo that did it,...
I did test it just now in chrome/android, and it worked for me. I haven't integrated it into my project yet, though--I thought I had, but hadn't touched that project...
also, found the bug. `this.addSessionEventListeners();` wasn't firing on my site for some reason. I'll make a bug report on his library and probably a pull request.
So, basically, it seems like the 'gaze' psuedo controller is an incomplete implementation at the browser level; it just doesn't include 'gamepad' information that reveals what button is pressed at...
@vincentfretin no worries, I'm also pretty busy. It's fine having it async and just moving along when it moves. I'll just keep doing my thing, get to it when you...
> eval is not a good idea, and there are security implications of using eval on an unknown string. We are not running eval on some other user's text input......