Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The config.xml does not offer a preference to enable the usage of toast notifications.
The capability to raise toast notifications is declared in the app's package.appxmanifest file and cannot modified through code. At the moment the `ToastCapable` flag can only be set through a plugin hook - which isn't a solution for PGB.
Also see: https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868218.aspx
Is it possible to add a ToastCapable preference to config.xml?
Its a blocker before the next version of the local-notification plugin can be released and published on PGB.
https://github.com/katzer/cordova-plugin-local-notifications
Thanks!