[GitHub] cordova-plugin-splashscreen pull request: Splashscreen crash on WP...

2014-06-19 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/20#issuecomment-46532850 +1 and thx! @nadyaA could you pls update your fix by adding the same change to show() method as well. --- If your project is set up for it, you

[GitHub] cordova-plugin-splashscreen pull request: Splashscreen crash on WP...

2014-06-19 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/20#issuecomment-46556623 Merged, thx for the fix. Pls close PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-plugin-splashscreen pull request: Splashscreen crash on WP...

2014-06-19 Thread nadyaA
Github user nadyaA closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/20 --- 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

[GitHub] cordova-plugin-splashscreen pull request: Splashscreen crash on WP...

2014-06-19 Thread nadyaA
Github user nadyaA commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/20#issuecomment-46556813 Thank you! --- 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] cordova-plugin-splashscreen pull request: Splashscreen crash on WP...

2014-06-18 Thread nadyaA
GitHub user nadyaA opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/20 Splashscreen crash on WP8 The UI elements cannot be accessed from any other than the UI thread directly. So, enclose UI access code in the Dispatcher.BeginInvoke() You can merge