Skip to content

Unable to scroll popup on iOS 26.4 #2298

@londondev77

Description

@londondev77

Describe the bug
I don't know if this is an issue with the HA companion app or Bubble Card itself.

The following popup doesn't scroll when viewed on both an iPhone 15 Pro and an iPhone 17 Pro. It scrolled fine on the iPhone 15 Pro before upgrading from iOS 26.3 to 26.4 (I didn't test on the 17 Pro before upgrading). If I make the content of the popup a bit longer, the scrolling then works.

To Reproduce
Steps to reproduce the behavior:

  1. Add the YAML from below to a dashboard
  2. Click on the tile to bring up the popup
  3. Note that it doesn't scroll (although maybe it will on shorter displays?)

Expected behavior
Content of popup should scroll

type: grid
cards:
  - type: heading
    heading: New section
  - type: custom:bubble-card
    card_type: button
    sub_button:
      main:
        - name: HVAC modes menu
          select_attribute: hvac_modes
          state_background: false
          show_arrow: false
          sub_button_type: select
      bottom: []
    name: Hallway
    entity: climate.hallway
    button_type: state
    show_state: false
    show_attribute: true
    attribute: current_temperature
    button_action:
      tap_action:
        action: navigate
        navigation_path: "#popup"
  - type: vertical-stack
    cards:
      - type: custom:bubble-card
        card_type: pop-up
        hash: "#popup"
        button_type: name
        sub_button:
          main: []
          bottom: []
        name: Hallway
        icon: mdi:home
        card_layout: large
      - type: thermostat
        entity: climate.hallway
        show_current_as_primary: true
        features:
          - type: climate-hvac-modes
          - type: climate-preset-modes
            style: dropdown
      - type: heading
        icon: mdi:fridge
        heading: Selectors
        heading_style: title
      - type: tile
        entity: number.hallway_temperature_selector
        vertical: false
        features:
          - style: slider
            type: numeric-input
        features_position: inline
      - type: tile
        entity: input_button.start
        name:
          type: entity
        color: green
        hide_state: true
        vertical: false
        features_position: bottom

Information (please complete the following information):

  • OS: iOS 26.4
  • Browser/App: Home Assistant Companion App 2026.2.1 (2026.1766)
  • Bubble Card version: 3.1.4
  • Home Assistant version: 2026.3.4

Let me know if you need me to test something!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions