Skip to content

v1.2.8.1

Choose a tag to compare

@djdevil djdevil released this 26 Apr 20:25
dd94355

[1.2.8.1] - 2026-04-26

Fixed

  • Hold URL action opening in-app browser instead of SFSafariViewController on Companion app — the 500 ms hold timer fires in an async context; on iOS/WKWebView pointercancel may fire instead of pointerup after a long-press, so the deferred _onPointerUp handler was never reached. Fixed by firing hold URL actions immediately from the timer on the Companion app (detected via HomeAssistant/ in the user agent), keeping the _onPointerUp deferral only for desktop browsers where window.open("_blank") is popup-blocked in async contexts.