Working on a filter that changes things on tap of an object. Was working minutes earlier then got the following:
TypeError: TouchGestures.onTap is not a function. (In 'TouchGestures.onTap()', 'TouchGestures.onTap' is undefined) { "line": 47, "column": 0, "sourceURL": "script.js" }
I didn't edit the code while working on some small changes in spark. Here's the following events I'm mapping to touch gestures:
TouchGestures.onTap().subscribe(toggleParticles);
TouchGestures.onTap().subscribe(toggleParticleEnvironment);
Sounds like I'm not getting access to any methods for touch gestures. Is anybody experiencing this now or ever experience something like this with Spark?