Github user tsschaffert commented on the issue:
https://github.com/apache/cordova-windows/pull/195
Good points, I updated the changes accordingly.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not
Github user tsschaffert commented on the issue:
https://github.com/apache/cordova-windows/pull/195
1) The issue with Windows 10 should be fixed now, I handled it similarly to
the 'ToastCapable' property.
2) The color argument is now passed to the manifest file unc
Github user tsschaffert commented on the issue:
https://github.com/apache/cordova-windows/pull/195
@daserge I will look into it
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
GitHub user tsschaffert opened a pull request:
https://github.com/apache/cordova-windows/pull/195
Allow setting of 'ForegroundText' property via config.xml
We had a problem when trying to release an app in the Windows Store with
BackgroundColor set to white because of th
Github user tsschaffert commented on the pull request:
https://github.com/apache/cordova-lib/pull/286#issuecomment-160550271
Duplicate of #294
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not
Github user tsschaffert closed the pull request at:
https://github.com/apache/cordova-lib/pull/286
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
Github user tsschaffert commented on the pull request:
https://github.com/apache/cordova-lib/pull/299#issuecomment-142535031
Shouldn't this be handled similar to how it is done in the manifest
generation of cordova-ubuntu? Then the 'www' part should be replaced by
GitHub user tsschaffert opened a pull request:
https://github.com/apache/cordova-lib/pull/286
Fixed usage of npm plugins on Ubuntu Phone
Plugins with an id in the form of cordova-plugin- could not be added
to the ubuntu platform. Quick and dirty fix to avoid this problem, maybe