Jordan Helzer

Results 11 comments of Jordan Helzer

In order to fix this with a pod install using frameworks, the FontAwesome stuff is no longer in the mainBundle so the calls need to change from: ` dispatch_once(&onceToken, ^{...

Closing issue as I think it's more an issue of device constraint and number of polygons we are loading in the scene. We have conditionally loaded a "lighter" version for...

So after some more playing with this bug and now setting up our own version of nunu on our web server so we can move forward with work, I've determined...

Hey José Unfortunately, it's still broken. Here are my steps to test/recreate: 1. Start with loading page with default scene (using new version 0.98.28) 2. Added a container, JS script,...

[Archive.zip](https://github.com/tentone/nunuStudio/files/4975789/Archive.zip) Here is a sample project for ease in recreating. Note, the videos folder was intentionally left empty as the videos I'm testing with cannot yet be shared in the...

Ok, so I'm newer to Web Development (been doing native iOS for 10 years) and I learned that you cannot preload videos for video tags _unless_ the user interacts with...

I'm not able to get VR working in just a simple web page from the sample WebXR project provided in the learn more section. I tested with both iOS Mobile...

So the suggestion by @vitorzerbeto doesn't seem to work. I can get the `querySelector` to find what I believe is the appropriate div, but the 'scroll' event is never fired...

Hi José, This has been part of the problem with us figuring out the issue. We develop on macOS, with one developer working on a windows desktop, but don't actually...

Just dumping some notes in here. I created a new web project and installed three.js using node `("version": "0.150.1")`, created a scene, camera, renderer, cube, etc and applied a three.js...