-
@rowan_m The seconds clock hand probably should have the highest z-index. On iOS, you need to ask for permission now; off the top of my head it’s something like…
js const permission = await DeviceMotionEvent.requestPermission(); if (permission === 'granted') { // 🎉 🕰 }