Vertical stack card not work after update ipadOS 13.1

After update ipadOS , When the button is pressed, it will become a double-click, causing the status to return back to original state. This problem only found in ipad app but iphone app is normal.

I think you have to be more specific. Because vertical-stacks usually aren’t just a button you can press but a stack of cards in a vertical row.

Same problem here!!! A click on abutton becomes a double click in the lovelace interface

Same problem! There is my config:

type: custom:vertical-stack-in-card
title: Освещение
cards:
- type: horizontal-stack
  cards:
  - entity: light.corridor_light
    type: "custom:button-card"
    icon: mdi:ceiling-light
    name: Коридор
    show_label: true
    styles:
      card:
      - -webkit-box-shadow: none
      - box-shadow: none
      - margin-bottom: 5px
  - entity: light.bedroom_light
    type: "custom:button-card"
    icon: mdi:ceiling-light
    name: Спальня
    show_label: true
    styles:
      card:
      - -webkit-box-shadow: none
      - box-shadow: none
      - margin-bottom: 5px
  - entity: light.kitchen_light
    type: "custom:button-card"
    icon: mdi:ceiling-light
    name: Кухня
    show_label: true
    styles:
      card:
      - -webkit-box-shadow: none
      - box-shadow: none
      - margin-bottom: 5px
  - entity: light.bathroom_light
    type: "custom:button-card"
    icon: mdi:ceiling-light
    name: Ванна
    show_label: true
    styles:
      card:
      - -webkit-box-shadow: none
      - box-shadow: none
      - margin-bottom: 5px