-
Hi.
Tested this on Android's browser on http://akquinet.github.com/jquery-toastmessage-plugin/demo/demo.html . Tapping on (X) on "sticky" notes activates underlying element's link.In this case, "For…
-
Hello, dear component author,
We are testing our app with appium, we can set a accessiblityLabel for any element and use it in our test script. However, I found that even if I set it for this custo…
-
### Expected behaviour
the trigger event listed below should trigger.
### Actual behaviour
The success is always called upon initializing the toast, and result returns a value of "ok". result.event …
-
### Description
On the app I am testing there are a number of toast messages that I check to make sure toasts are displayed with correct text. My espresso tests started to fail when using Android 11 …
-
Hi,
the toast notification works really fine in firefox and desktop browsers in general, however on android browser if I set
position : 'top-right'
and scroll down the page the notification appe…
-
Hi
In my ionic app, i am logging the data inside every functions/implementation, Now the issue is , to store this log is i am using latest version of native sqlite plugin, it is working fine fo…
-
## frida hook
1. Windows 安装 frida
pip install frida
pip install frida-tools
2. 安卓安装
adb 连接后输入以下命令查看CPU型号
getprop ro.product.cpu.abi
![image](https://user-images.githubusercontent.com/1518120…
-
## 🐛 Bug Report
The "getCurrentPosition" method is normal for models below Android 12. Android 12 and some Huawei models report an error "TimeoutException after 0:00:03.000000: Future not completed…
-
**Describe the bug**
In a chat application, I am using a global variable to update the badge of the pending notifications in the main bar, and also in a report view, that is in fact a component. In …
-
## Versions
- Android:
- iOS:
- react-native-modal:
- react-native:
- react:
## Description
I need to show toasts on top of modals (I have a lot of them). This is what the toast…