Need to disable reset on tap for marker

Options
Irina
Irina Posts: 2

Hello,

I need to allow events on tap without resetting the model in a marker project. I added the following line, which does enable my tap-based events to occur (in the app only, not in lens studio).

global.touchSystem.touchBlocking = false;

However, the model still resets (flashes in and out) on tap. Is there another way to not only re-enable touch but to disable the reset entirely as well?

Answers