[GitHub] cordova-lib pull request: CB-9065 Allow removing plugins by short ...

2015-05-23 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-lib/pull/225#issuecomment-104953745 Ok, updated with that functionality - if we don't find it installed, and we don't find it in the mapper list, then we add `cordova-plugin-` to the start (if it

Re: CSP ignored when using remote content

2015-05-23 Thread Pär
Guuuys! Thanks for your answers and all! But i guess i haven't been clear enough, i already know it works on file:///, I want it to work when its nt file:/// but a remte source! And whats this talk about CORS headers? You can make XHRs to ANYTHING when using a local cordova content src

Re: CSP ignored when using remote content

2015-05-23 Thread julio cesar sanchez
As they have told you and you already know, CORS doesn't apply when you load from file, but it apply when you load from http, if you change the content src to and http page then CORS apply, you can't make it work from remote servers, it's not a cordova thing, it's a webview thing El sábado, 23 de

Re: CSP ignored when using remote content

2015-05-23 Thread Pär
Oh, so its a webview thing. I see. Thanks for that straight forward answer. As they have told you and you already know, CORS doesn't apply when you load from file, but it apply when you load from http, if you change the content src to and http page then CORS apply, you can't make it work from

[GitHub] cordova-docs pull request: CB-8783 Document iOS specific callback ...

2015-05-23 Thread msct
Github user msct commented on the pull request: https://github.com/apache/cordova-docs/pull/276#issuecomment-104879485 I'll offer my two cents. Yes, ambiguous and technically correct, and that's why `default` should have probably always been the device default. But these are the

[GitHub] cordova-osx pull request: Fix OS X, see CB-7143

2015-05-23 Thread AltiusRupert
Github user AltiusRupert commented on the pull request: https://github.com/apache/cordova-osx/pull/12#issuecomment-104981980 @hypery2k see https://github.com/onflapp/cordova-osx for fixes --- If your project is set up for it, you can reply to this email and have your reply appear on