Toasty
Toasty copied to clipboard
Toast not showing in some devices
Hi, one of my clients with ASUS Z00AD, Android 6.0.1 told me that he is not able to see toast messages. I can not reproduce this situation in my test devices or emulators but he send me the video that does not show any toast message in where it has to. So is there any suggestion with this issue? (Used toasty version: 1.4.1)
That's weird, I have never encountered that issue.
That's weird, I have never encountered that issue.
If the user turns off the app's notification bar permission, toast will not be displayed on some devices, which is not a separate case. This problem may occur on Samsung or Huawei or other mobile phones, provided that the app's notification bar permissions are disabled.
That's weird, I have never encountered that issue.
If the user turns off the app's notification bar permission, toast will not be displayed on some devices, which is not a separate case. This problem may occur on Samsung or Huawei or other mobile phones, provided that the app's notification bar permissions are disabled.
Thats right, after user gave notification permission Toasty toasts started to show. Thanks for the reason. But the problem is there may be more users in production who disables notification permissions. So I guess there is nothing to do if the notification permissions are not allowed. Facebook, Instagram and a lot more apps also uses toast messages how do they handle this situation is there any way? Thanks
That's weird, I have never encountered that issue.
If the user turns off the app's notification bar permission, toast will not be displayed on some devices, which is not a separate case. This problem may occur on Samsung or Huawei or other mobile phones, provided that the app's notification bar permissions are disabled.
Thats right, after user gave notification permission Toasty toasts started to show. Thanks for the reason. But the problem is there may be more users in production who disables notification permissions. So I guess there is nothing to do if the notification permissions are not allowed. Facebook, Instagram and a lot more apps also uses toast messages how do they handle this situation is there any way? Thanks
You need to customize the toast tool without the permission of the notification bar. It is recommended to view the source code of this project.
That's weird, I have never encountered that issue.
If the user turns off the app's notification bar permission, toast will not be displayed on some devices, which is not a separate case. This problem may occur on Samsung or Huawei or other mobile phones, provided that the app's notification bar permissions are disabled.
Thats right, after user gave notification permission Toasty toasts started to show. Thanks for the reason. But the problem is there may be more users in production who disables notification permissions. So I guess there is nothing to do if the notification permissions are not allowed. Facebook, Instagram and a lot more apps also uses toast messages how do they handle this situation is there any way? Thanks
You need to customize the toast tool without the permission of the notification bar. It is recommended to view the source code of this project.
The Toast tool class for this project, which can be displayed without the permission of the notification bar.
If there is no notification bar permission, it is recommended that this project be compatible.
i have given notification permission, but still Toast is not working....