Is it possible to disable user interaction for items in a CarPlay template? Based on my research, it seems that touch interaction is controlled by the system UI, and there isn't an API available to disable it.
Can we disable touching in item carplay template?
It'll depend on the template. For the list template in your screenshot above, please see isEnabled on CPListItem
. For other templates, please review their respective documentations.