Skip to content

Conversation

@micaeldias
Copy link
Contributor

Fixes #68

@nickdebaise
Copy link
Member

Thanks for this PR. A little worried this may break interactivity on mobile with pointer events 'none'. Will test thoroughly and make any changes as necessary. I would also like to make it so that on web, screen reader enablement can be overridden. Thanks!

@nickdebaise
Copy link
Member

Yea, it looks like this breaks all interactivity for mobile. Let's see if we can find another solution for this. I will be merging the screen reader fix however.

@nickdebaise
Copy link
Member

On second thought, the fix works for Web so we will just go ahead and wrap the pointer events in a platform select 😄

@nickdebaise nickdebaise changed the base branch from master to feat/0.15.1 November 2, 2025 22:53
@nickdebaise nickdebaise merged commit 4c38abe into backpackapp-io:feat/0.15.1 Nov 2, 2025
1 check passed
nickdebaise added a commit that referenced this pull request Nov 2, 2025
* docs: add Korean translation (README-ko.md) and language switch links (#77)

* docs: add Korean translation for README

* docs: add language switch links to README and README-ko.md
- Added English ↔ Korean navigation links at the top of both files
- Helps users easily switch between README.md and README-ko.md

* fix: web support (#78)

* fix: web support

* fix: fix interactivity on mobile, add param for screen reader, update docs

---------

Co-authored-by: Nick DeBaise <nickdebaise@gmail.com>

* feat: Add globalLimit prop to control maximum visible toasts per provider (#76)

* feat: add globalLimit option to control the maximum number of toasts displayed

* Use optional chaining for toastOptions.limit

* fix: fix up merge conflict. Note-to-self: Do not use Github web UI for merginggit add

* feat: add unit test for toast limit functionality based on globalLimit prop

* fix: update toast dismissal method in tests from dismiss() to remove() for consistency

---------

Co-authored-by: Nick DeBaise <nickdebaise@gmail.com>

---------

Co-authored-by: Suin Kim <contact@suinkim.me>
Co-authored-by: Micael Dias <me@micaeldias.dev>
Co-authored-by: daeun.yang <75559282+dana-y@users.noreply.github.com>
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 Compatibility: pointerEvents: 'box-none' and AccessibilityInfo.isScreenReaderEnabled Issues

2 participants