Open
Description
Astro Info
Astro v5.3.1
Node v20.15.1
System macOS (arm64)
Package Manager npm
Output static
Adapter none
Integrations @astrojs/react
If this issue only occurs in one browser, which browser is a problem?
iOS (Safari)
Describe the Bug
- Make a menubar with trigger and content (portal).
- Open up dev (
npm run dev --host
) or prod on iPhone - Click the trigger, but nothing happens
I found that this happens only with Astro and iOS (all iPhone browsers use the same engine).
What's the expected result?
I expected some content to show up below the trigger. Like this:
https://stackblitz.com/edit/vitejs-vite-wy7sysgy?file=src%2FApp.tsx
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-aadin6kq?file=src%2Fcomponents%2FMenubar.tsx
Participation
- I am willing to submit a pull request for this issue.