You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ro...@apache.org on 2015/09/17 00:39:26 UTC

docs commit: CB-9398: Added documentation for WindowsToastCapable to the Windows 8 central document. This closes #298

Repository: cordova-docs
Updated Branches:
  refs/heads/master 0c765fbe0 -> 2a6e8437c


CB-9398: Added documentation for WindowsToastCapable to the Windows 8
central document. This closes #298


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2a6e8437
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2a6e8437
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2a6e8437

Branch: refs/heads/master
Commit: 2a6e8437c74942ccd5dddf010ec9377bcf6437b8
Parents: 0c765fb
Author: Rob Paveza <Ro...@microsoft.com>
Authored: Wed Jul 22 09:59:03 2015 -0700
Committer: Rob Paveza <Ro...@microsoft.com>
Committed: Wed Sep 16 15:39:09 2015 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/win8/index.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2a6e8437/docs/en/edge/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/win8/index.md b/docs/en/edge/guide/platforms/win8/index.md
index 8549f3f..95fd29e 100644
--- a/docs/en/edge/guide/platforms/win8/index.md
+++ b/docs/en/edge/guide/platforms/win8/index.md
@@ -273,4 +273,18 @@ command-line tools or the SDK in your workflow. The Cordova CLI relies
 on cross-platform source code that routinely overwrites the
 platform-specific files used by the SDK. If you want to use the SDK to
 modify the project, use the lower-level shell tools as an alternative
-to the CLI.
\ No newline at end of file
+to the CLI.
+
+## Supporting Toasts
+
+Windows requires an app manifest capability declaration in order to support 
+toast notifications.  When using the `cordova-plugin-local-notifications` 
+plugin, or any other plugin that is attempting to use toast notifications,
+add the following preference to your config.xml to enable it to publish 
+toast notifications:
+
+    <preference name="WindowsToastCapable" value="true" />
+
+This preference sets the corresponding flag in your app manifest.  Plugins
+should do the work necessary to configure the appearance of the 
+displayed notifications.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org