[
https://issues.apache.org/jira/browse/CB-8946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529683#comment-14529683
]
ASF GitHub Bot commented on CB-8946:
------------------------------------
Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-windows/pull/74#issuecomment-99278002
Okay, we can merge this. I will file an issue to fix plugman also.
I would much rather if we could just go:
```<config-file target="package.phone.appxmanifest"
parent="/Package/Applications/Application/m3:VisualElements[@ToastCapable]">true</config-file>
<config-file target="package.windows.appxmanifest"
parent="/Package/Applications/Application/m3:VisualElements[@ToastCapable]">true</config-file>
<config-file target="package.windows80.appxmanifest"
parent="/Package/Applications/Application/m3:VisualElements[@ToastCapable]">true</config-file>```
> ToastCapable preference
> -----------------------
>
> Key: CB-8946
> URL: https://issues.apache.org/jira/browse/CB-8946
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Windows, Windows 8
> Reporter: Sebastián Katzer
> Assignee: Rob Paveza
>
> 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!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]