Skip to content

Commit 0985299

Browse files
committed
Merge pull request #607 from phonegap-build/raghav/toast
Updating README to add toast capable setting for windows
2 parents 894232c + 6fffafa commit 0985299

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,9 @@ For the above to work, make sure the content for your home page is wrapped in an
675675
</div>
676676
```
677677

678-
### windows8
679-
Sample usage is showed below. **Note**. To be able to receive toast notifications additional [toastCapable=’true’](http://msdn.microsoft.com/en-us/library/windows/apps/hh781238.aspx) attribute is required in manifest file.
678+
### windows
679+
Sample usage is showed below. **Note**. To be able to receive toast notifications additional [toastCapable=’true’](http://msdn.microsoft.com/en-us/library/windows/apps/hh781238.aspx) attribute is required in manifest file. Cordova-windows 4.0.0 release adds this property to config.xml. You can use:
680+
`<preference name="WindowsToastCapable" value="true" />` in config.xml. However, you will need Cordova 5.1.1 which pins Cordova-windows 4.0.0.
680681

681682
```js
682683
// fired when push notification is received

0 commit comments

Comments
 (0)