Search code examples
cordovanpmcross-browsercordova-pluginstoast

Is the cordova-plugin-x-toast available in browser?


I am trying to use the cordova-plugin-x-toast to use toast in my cordova application on browser, but when i try to make it show up an alert says: toast error: Missing Command Error. The documentation says that it works for iOS, Android and WP8, but it also says It's great for showing a non intrusive native notification which is guaranteed always in the viewport of the browser, doesn't it means that it showld works in browser too?


Solution

  • As you can see from the src folder of the plugin, there is no browser platform for this plugin.