I am using a custom device presentation for some of my devices. I have narrowed down a behavior in which the “pull to refresh” in the detail view does not work when using a custom presentation. It is working fine when I switch that device back to a stock presentation.
I tried adding the refresh to the detailView
just in case, with no effect:
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": []
}