Skip to content

Popover does not open in web #379

@carlosmonforte-estudioCactus

Description

Before submitting a new issue

  • I tested using the latest version of the library, as the bug might be already fixed.
  • I tested using a supported version of react native.
  • I checked for possible duplicate issues, with possible answers.

Bug summary

The popover component is not opening when the app is running in web.
In IOS & Android it works well.

As a result, the Select component also fails when the type is popover. Type Dialog works well.

This malfunctioning is easy to reproduce as it happens in the HeroUI example application.

Library version

1.0.1

Environment info

info Fetching system and libraries information...
System:
  OS: macOS 26.3
  CPU: (10) arm64 Apple M1 Pro
  Memory: 106.11 MB / 16.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 20.19.6
  Yarn: Not Found
  npm:
    version: 10.8.2
  Watchman: Not Found
Managers:
  CocoaPods: Not Found
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 25.2
      - iOS 26.2
      - macOS 26.2
      - tvOS 26.2
      - visionOS 26.2
      - watchOS 26.2
  Android SDK: Not Found
IDEs:
  Android Studio: 2025.2 AI-252.27397.103.2522.14617522
  Xcode:
    version: 26.2/17C52
    path: /usr/bin/xcodebuild
Languages:
  Java: Not Found
  Ruby:
    version: 2.6.10
    path: /usr/bin/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 20.1.3
    wanted: ^20.1.3
  react:
    installed: 19.2.0
    wanted: 19.2.0
  react-native:
    installed: 0.83.2
    wanted: 0.83.2
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: Not found
  newArchEnabled: Not found
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found

Steps to reproduce

  1. Clone the example app repo following the instructions git clone https://github.com/heroui-inc/heroui-native-example.git
  2. Run npm install
  3. Start the app with npx expo start
  4. Open in web by clicking w in the terminal
  5. Navigate to the components page and try to use the popover or the select with type popover. It does not open.

Reproducible example repository

https://github.com/heroui-inc/heroui-native-example.git

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions