As an idea:
1. do authentication in ChildBrowser which is triggered at dummy page load;
2. save web app locally
3. programmatically navigate to the app start page, if it contains correct
reference to cordova.js then it should be linked and all plugins are loaded
* btw, you can try navigating to
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/39#discussion_r14055726
--- Diff: cordova-lib/src/cordova/platforms.js ---
@@ -69,10 +69,17 @@ module.exports = {
},
'windows8':{
hostos : ['win32'
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/39#discussion_r14055725
--- Diff: cordova-lib/src/cordova/platforms.js ---
@@ -69,10 +69,17 @@ module.exports = {
},
'windows8':{
hostos : ['win32'
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-lib/pull/39#discussion_r14055722
--- Diff: cordova-lib/src/cordova/lazy_load.js ---
@@ -75,6 +75,10 @@ function cordova_git(platform) {
}
var url = platforms[platf
Github user sgrebnov commented on the pull request:
https://github.com/apache/cordova-cli/pull/181#issuecomment-46787820
@kamrik, @purplecabbage thx for review and notes
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If
Github user sgrebnov commented on a diff in the pull request:
https://github.com/apache/cordova-cli/pull/181#discussion_r14055705
--- Diff: src/cli.js ---
@@ -165,6 +165,20 @@ function cli(inputArgs) {
throw new CordovaError(msg)
}
+//
Changes are here with the commit message referring to CB-2606
https://github.com/apache/cordova-lib/pull/30
2014-06-21 19:51 GMT+02:00 Axel Nennker :
> I am currently changing android_parser.js because of CB-3571 and moved the
> icon handling code into its own method. I would implement this ch