User Action in IO?

Hey!

Is where anyway to „link“ a user action to the „Toggle Masks“ button in the IO Cards?

It would be awesome simply to push on button on your controller and toggle all masks :slight_smile:

You can do it like me.
It working in my ipad.
Important note: the id of the button must match the id of the newly added Js
:yum:

<script>
	userJs1=()=>{
		document.getElementById("toggle").click();
	}
</script>

Like the photo:

Summary

1 Like

Yeay it works!
Thank you :pray:t2:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.