You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have build a cordova (9.0.0) app with react with two platforms
android 8.1.0
ios 5.1.1
I am using this app to show toast notification in app and I have installed it through npm and cordova cli.
Now toast is working with window.plugins.toast.showLongCenter() and related methods but
Not working with window.plugins.toast.showWithOptions
I have build a cordova (9.0.0) app with react with two platforms
android 8.1.0
ios 5.1.1
I am using this app to show toast notification in app and I have installed it through npm and cordova cli.
Now toast is working with window.plugins.toast.showLongCenter() and related methods but
Not working with window.plugins.toast.showWithOptions
Here is my code
Please have a look maybe anything
The text was updated successfully, but these errors were encountered: