Github user audreyso commented on the issue:
https://github.com/apache/cordova-lib/pull/599
@stevengill CI is passing now. Let me know if I should merge it in!
---
-
To unsubscribe, e-mail: dev-unsubscr...@cordova.ap
Github user stevengill commented on the issue:
https://github.com/apache/cordova-lib/pull/599
merge!
---
-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-lib/pull/599
---
-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org
Please review and vote on this 4.5.3 iOS Release by replying to this email
(and keep discussion on the DISCUSS thread)
Release issue: https://issues.apache.org/jira/browse/CB-13493
The archive has been published to dist/dev:
https://dist.apache.org/repos/dist/dev/cordova/CB-13493
The package was
Github user audreyso commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/602#discussion_r147012615
--- Diff: src/cordova/util.js ---
@@ -255,11 +255,20 @@ function findPlugins (pluginDir) {
var plugins = [];
if (fs.existsSync(p
Github user akdor1154 commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/602#discussion_r147012928
--- Diff: src/cordova/util.js ---
@@ -255,11 +255,20 @@ function findPlugins (pluginDir) {
var plugins = [];
if (fs.existsSync(
Github user audreyso commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/602#discussion_r147014589
--- Diff: src/cordova/util.js ---
@@ -255,11 +255,20 @@ function findPlugins (pluginDir) {
var plugins = [];
if (fs.existsSync(p
Hi Nick,
Unfortunately including native UI is incongruent to our project philosophy
of creating "mobile apps with HTML, CSS & JS". We try to follow web
standards when possible and not resort to native ui unless we need to fix
some deficiencies that can't be avoided (statusbar for example).
Even if