I'm trying to use this plugin to bring to front an application when it receives a push notification from Pushwoosh. In the "OnReady" event, I inserted the plugin just ahead of playing a sound to alert the user. When the plugin executes, it is failing with this error message displaying on the Android device: windows.plugins.bringtofront is not a function
How can I correct this issue? Thank you.
Hello JM.
Seems like your plugin is not being included when you generate the app. Can you try a simple test to check this?
If the result is false, that means the plugin is not being included in your app (re-generate the app?)
Thanks