iOS notification uri minimizing app

On several of my iOS devices (iphones and ipads on 16.4.1 running the latest HA app) using the actionable URI in iOS notifications to open a lovelace page minimizes the app immediately after opening regardless of whether it was previously open or not. Anyone else suffering from this?

alias: Gate bell
description: ""
trigger:
  - type: turned_on
    platform: device
    device_id: camera.maingate_main
    entity_id: binary_sensor.maingate_visitor
    domain: binary_sensor
condition: []
action:
  - parallel:
      - service: notify.mobile_app_house_ipad
        data:
          message: Someone has pressed the gate bell
          title: Gate bell (tap hold to view)
          data:
            attachment:
              content-type: jpeg
            push:
              badge: 1
              category: camera
            entity_id: camera.gate_cam
            actions:
              - action: URI
                title: Open Security Panel
                uri: /lovelace/security
mode: single

Ignore the parallel, was cloning the notification to other devices for testing

Any luck with this? I am facing the same issue.