Skip to content

Conversation

@Silvallis
Copy link
Contributor

Adds pointerEvents: 'box-none' to the GestureHandlerRootView when backgroundInteractionEnabled is true, allowing background elements to receive pointer events on Web, consistent with Android behavior.

This PR fixes a bug where backgroundInteractionEnabled does not allow pointer events to pass through on Web. The issue was due to missing pointerEvents: 'box-none' on the GestureHandlerRootView.

Fixes #430

Tested on:

  • ✅ Android
  • ✅ Web

…erEvents

Adds pointerEvents: 'box-none' to the GestureHandlerRootView when backgroundInteractionEnabled is true, allowing background elements to receive pointer events on Web, consistent with Android behavior.
@vercel
Copy link

vercel bot commented Apr 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rnas ❌ Failed (Inspect) Apr 29, 2025 8:18am

@Silvallis
Copy link
Contributor Author

Hi! It looks like the Vercel deployment failed, but I can't see the logs since I'm not a collaborator on the project. If you have a moment to check the build error, I’d be happy to help resolve it. Let me know if there’s anything I can do!

@ammarahm-ed ammarahm-ed merged commit 806309b into ammarahm-ed:master Oct 1, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web: backgroundInteractionEnabled not working

2 participants