UIScrollView in Catalyst won't click/grab to pan

I am running an iPad app on macOS with catalyst which has a UIScrollview. With a touch pad I can pan by using two fingers - like scrolling. However I'd like to implement a click/grab to pan. The underlying pan gesture of the UIScrollView has 1 as minimumNumberOfTouches so I'm unsure of why this doesn't work by default.