-
Currently on clicking the copy button or send SMS button browser alert popup is displayed.Instead of browser alert pop up we can have toast with the message.
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
Change alerts to toasts
-
我是在一个全局悬浮窗里面添加的这个组件,所以没有 Activity,当开始拖动时,报错:
```java
android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?
at android.view.Vie…
-
### Feature Description
Currently, submission messages on the contact form are displayed using window alerts. This approach is disruptive and not user-friendly.
### Provide a detailed description of…
-
## 🚀 Feature Proposal
Create an aria-live alert sub-system for Canvas components to pass messages and alerts to that will be announced by a screen reader. This aria-live sub-system should be implem…
-
Adi to look into these 3 types. Might be we want to have them visually a little different and communicate clearly where they are to be used.
Something like:
* inline alerts to be used in forms of …
-
**Actual Behavior**:
- When an mdToast dialog pops up, it's announced twice by the screen reader. The transcript is:
[text in mdToast]
Alert
[text in mdToast]
Alert
- The text of the toa…
-
https://docs.expo.dev/ui-programming/react-native-toast/
-
Right now the only indication the timer finishes is a temporary "toast" style alert. This isn't great if you're focused on something, as you're likely to miss it.
Some ideas:
- Have a small chime…
-
### Describe the bug
Hey, I was looking at the Alert component and I noticed it added an ARIA alert role to the component base in the shadow DOM. This component becomes hidden from the accessibilit…