[GitHub] cordova-plugin-device issue #62: CB-12623: (android) access Context through ...

2017-04-23 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-plugin-device/pull/62 The CordovaWebView object is not actually an Android WebView, so this actually shouldn't be done. --- If your project is set up for it, you can reply to this email and have your

Nightly build #320 for cordova has succeeded!

2017-04-23 Thread Apache Jenkins Server
Nightly build #320 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/320/consoleFull - Jenkins for Apache Cordova

[GitHub] cordova-plugin-device issue #62: CB-12623: (android) access Context through ...

2017-04-23 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-device/pull/62 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-device pull request #62: CB-12623: (android) access Context t...

2017-04-23 Thread dreifachstein
GitHub user dreifachstein opened a pull request: https://github.com/apache/cordova-plugin-device/pull/62 CB-12623: (android) access Context through webView.getContext() Android WebView can be created without an Activity. One use case is to create a WebView within a Service and