Re: APK generated from FireFoxOS App?

2014-06-23 Thread julio cesar sanchez
Not sure if it's the same thing, but some time ago firefox beta for android included the option to install firefox os apps on android phones. I tried it and the apps were installed as new apps from a server generated .apk, but it was using the firefox app for opening the firefox os apps or using

Re: More questions on FileSystem directories

2014-06-30 Thread julio cesar sanchez
If you read this immediately after reading the docs for cordova.file.dataDirectory, you may think that files there do NOT survive app restarts. Which ones, the files from dataDirectory or the files from cacheDirectory? If you mean dataDirectory, maybe the doc should be something like this:

Re: More questions on FileSystem directories

2014-06-30 Thread julio cesar sanchez
(dataDirectorry) will not persist. I think your modification makes sense. Do you want to make a PR for the doc or should I? From: julio cesar sanchez jcesarmob...@gmail.com Sent: Monday, June 30, 2014 2:19 AM To: dev@cordova.apache.org Subject: Re: More

Re: HTML5DevConf Intro talk slides interview

2014-07-03 Thread julio cesar sanchez
If you want a list of framework that work with phonegap, on the next steps guide they list a few http://cordova.apache.org/docs/en/3.5.0/guide_next_index.md.html#Next%20Steps

Re: Famo.us cordova?

2014-07-08 Thread julio cesar sanchez
With this We are collaborating with another company on this project I think they are referring to Ludei's CocoonJS El martes, 8 de julio de 2014, Fischer, Paul A paul.a.fisc...@intel.com escribió: I think they are referring to the Crosswalk pluggable webview. They currently use Crosswalk as

Re: Famo.us cordova?

2014-07-08 Thread julio cesar sanchez
I don't see CocoonJS as a phonegap killer, maybe a phonegap build killer, they've just added cordova/phonegap API support. They've created an improved webview for iOS and android, but phonegap isn't about the webview, is about the API over it. Sad part is they aren't open source, but they did a

Re: [iOS] CDVPluginResult breaking change

2014-07-10 Thread julio cesar sanchez
I think I don't return just the ok without message on any of my plugins, I'll check, but you can fix it

Re: One platform development vs. Cordova CLI

2014-07-15 Thread julio cesar sanchez
+ ios background modes 2014-07-15 12:36 GMT+02:00 tommy-carlos williams to...@devgeeks.org: +1 This On 15 July 2014 at 20:31:07, purplecabbage (purplecabb...@gmail.com) wrote: There are numerous last mile steps we are not involved in, which is why I wish more committers were submitting

Re: One platform development vs. Cordova CLI

2014-07-15 Thread julio cesar sanchez
I think I've read somewhere you can change some things in the info.plist on phonegap build, why can't we? El martes, 15 de julio de 2014, tommy-carlos williams to...@devgeeks.org escribió: Never said this stuff couldn’t be fixed. I have been actively advocating for it to be fixed. Only

Re: Manual iOS steps for a Cordova plugin... really?

2014-07-15 Thread julio cesar sanchez
I think there are other ways of doing this, take a look into other push plugins, like the oficial pushplugin or the pushwoosh plugin. I think i've even answered something like this on stackoverflow, I'll look into this and let you know El martes, 15 de julio de 2014, Michal Mocny

Re: Manual iOS steps for a Cordova plugin... really?

2014-07-16 Thread julio cesar sanchez
-README.md https://github.com/apache/cordova-lib/pull/55 PS. Not sure how pushwoosh manages this, I ended up with just documenting this as a manual step in similar situation. Thx! Sergey -Original Message- From: julio cesar sanchez [mailto:jcesarmob...@gmail.com] Sent: Tuesday, July 15

Re: How to provide more files from plugin.xml for project and native?

2014-07-31 Thread julio cesar sanchez
I have a related question, is it possible to add folders to a plugin as if I seletected Create folder references for any added folders option? (blue folder) with resource-file src=path/to/file / I get the resource as if I selected the Create groups for any added folder option (yellow folder)

Re: Notification on lock screen

2014-08-11 Thread julio cesar sanchez
This is a mail list for people who develop/contribute to cordova, not for people who develop apps using cordova. Ask on this group instead https://groups.google.com/forum/m/#!forum/phonegap

Re: [iOS 8] Please duplicate this Apple bug report for WKWebView use in Cordova

2014-08-16 Thread julio cesar sanchez
Done 2014-08-16 4:08 GMT+02:00 Shazron shaz...@gmail.com: As you know the more dupes the more attention a bug gets. So if you have an Apple ID, please go to: http://bugreporter.apple.com and essentially copy my report: http://openradar.appspot.com/radar?id=5839348817723392 The test

Re: Re: Re: [iOS 8] Please duplicate this Apple bug report for WKWebView use in Cordova

2014-08-19 Thread julio cesar sanchez
That won't affect apps created with older SDKs because WKWebView isn't available in older SDKs 2014-08-19 16:03 GMT+02:00 Jan Velecký vve...@seznam.cz: Well, this is bad, but we should know, if this affect also Cordova app, that is not created with iOS 8 SDK, but created by older SDK, older

Re: Re: Re: [iOS 8] Please duplicate this Apple bug report for WKWebView use in Cordova

2014-08-19 Thread julio cesar sanchez
You can choose the webview you want to use, but WKWebView is better Cordova apps use the UIWebView, so your problem isn't related with this bug. The idea is to change the UIWebView for the WKWebView in the future or let the developer choose, but if this bug continues on the final version we won't

RE: Cordova and Android 4.4 (KitKat)

2014-09-02 Thread julio cesar sanchez
But if you want a better webview and still use phonegap api you can try project crosswalk Enviado desde mi Windows PhoneFrom: Carlos Santana Sent: ‎9/‎2/‎2014 5:29 To: dev@cordova.apache.org Subject: Re: Cordova and Android 4.4 (KitKat) From

Re: [iOS 8] Status of WKWebView work

2014-09-09 Thread julio cesar sanchez
I had news from apple, they closed my bug repport because it was duplicated (obviously, I copied shazron bug report)

Re: NFC and IOS

2014-09-11 Thread julio cesar sanchez
I think they'll just release the payment API and no NFC El miércoles, 10 de septiembre de 2014, Shazron shaz...@gmail.com escribió: Yeah, my guess is they didn't want to tip their hand in revealing Apple Pay early nor the presence of NFC enabled iPhones, and the development of the SDK had to

Re: Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-11 Thread julio cesar sanchez
the problem is WKWebView is only available on iOS 8, if you choose it, then on older versions you'll get UIWebView? maybe you want WKWebView if available, and then crosswalk or gecko intead UIWebView 2014-09-11 21:35 GMT+02:00 Shazron shaz...@gmail.com: I'm thinking of the preference route for

Re: Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-12 Thread julio cesar sanchez
Oh, sorry, I though crosswalk and gecko webviews were coming to iOS too. About the WKWebView and UIWebView being the only renderers because the apple rule, ludei's cocoonjs uses their own renderer based on chromium

Re: Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-12 Thread julio cesar sanchez
cesar sanchez jcesarmob...@gmail.com javascript:; wrote: About the WKWebView and UIWebView being the only renderers because the apple rule, ludei's cocoonjs uses their own renderer based on chromium Do you have a source for that claim? It would be incredibly cool (and maybe even

Re: Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-12 Thread julio cesar sanchez
Anyway, reading the app store policies - 2.17 Apps that browse the web must use the iOS WebKit framework and WebKit Javascript Technically we don't browse the web, that should apply to InAppBrowser plugin only

Re: Need help to develop a plugin to call a native IOS Libraries from the Phone gap

2014-09-14 Thread julio cesar sanchez
This is the official guide http://docs.phonegap.com/en/3.5.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide El domingo, 14 de septiembre de 2014, RAM Mohan Adduri radd...@consultants.ooredoo.qa escribió: Dear Team – I am just started developing Phonegap plugin to call a

Re: CB-5921

2014-09-16 Thread julio cesar sanchez
But you can't use swift if you support iOS 6, and cordova still supports iOS 6

Re: NFC and IOS

2014-09-16 Thread julio cesar sanchez
Bad news http://blogs.wsj.com/digits/2014/09/16/iphones-nfc-tech-will-only-work-with-apple-pay http://blogs.wsj.com/digits/2014/09/16/iphones-nfc-tech-will-only-work-with-apple-pay/?mod=rss_Technologyutm_source=dlvr.itutm_medium=twitter

RE: WKWebView for iOS8

2014-09-17 Thread julio cesar sanchez
@firt said yesterday on twitter the GM and the final versión has the same build versión, so the problem should be thereFrom: Ally Ogilvie Sent: ‎9/‎18/‎2014 5:32 To: dev@cordova.apache.org Subject: Re: WKWebView for iOS8 Interested in any updates if you have 'em @Shazron ? Following Brian's tweet

Re: [iOS] Xcode 6 requirement

2014-09-27 Thread julio cesar sanchez
The input file bug only affects if you compile using xcode 5, not sure if are there more bugs like that. Any reasons to use xcode 5 and don't update to 6? I think xcode 6 requires mountain lion or newer, so people with lion and xcode 5 maybe don't want to update the computer from lion to mountain

Re: [iOS] Xcode 6 requirement

2014-09-28 Thread julio cesar sanchez
had problems so far El sábado, 27 de septiembre de 2014, Darryl Pogue dvpdin...@gmail.com escribió: On 27 September 2014 08:48, julio cesar sanchez jcesarmob...@gmail.com javascript:; wrote: Any reasons to use xcode 5 and don't update to 6? I think xcode 6 requires mountain lion or newer

Re: Cordova Android 3.5.1 XAS Security Vulnerability -- possibility of releasing a 2.7-based patched version

2014-10-02 Thread julio cesar sanchez
I have received the same mail. BTW, in one of my apps I use an embedded cordova webview and I'm not sure how to upgrade that app. My main problem is I don't know how to install the core plugins I need, that isn't explained on the embedding webviews guide. I don't think I can use the CLI as the

Re: Cordova Android 3.5.1 XAS Security Vulnerability -- possibility of releasing a 2.7-based patched version

2014-10-02 Thread julio cesar sanchez
that they use the embedded webviews on worklight too 2014-10-02 19:16 GMT+02:00 Joe Bowser bows...@gmail.com: On Thu, Oct 2, 2014 at 9:57 AM, julio cesar sanchez jcesarmob...@gmail.com wrote: I have received the same mail. BTW, in one of my apps I use an embedded cordova webview and I'm not sure

Re: Cordova Android 3.5.1 XAS Security Vulnerability -- possibility of releasing a 2.7-based patched version

2014-10-08 Thread julio cesar sanchez
, but I'm not even sure if plugman supports installing plugins from older releases. I ended downloading the older release and instaled it from the folder, this is working fine. 2014-10-02 21:37 GMT+02:00 julio cesar sanchez jcesarmob...@gmail.com: I've using it for two and a half year on iOS but only

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread julio cesar sanchez
I've just installed and tested following this steps: 1. Download Virtual box http://download.virtualbox.org/virtualbox/4.3.18/VirtualBox-4.3.18-96516-OSX.dmg 2. Install it 3. Download Genymotion http://files2.genymotion.com/genymotion/genymotion-2.3.0/genymotion-2.3.0.dmg (might need login) 4.

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread julio cesar sanchez
Did you try what I said? I got that error to, and followed this steps When I start a virtual device, why does the window remain black? You are probably in either of the following situations: - Your network adapter may be misconfigured. In this case: 1. Run VirtualBox. 2. Open

Re: Genymotion on Mac for Cordova testing

2014-10-22 Thread julio cesar sanchez
Mine was brand new too and I solved it deleting the network, but if it doesn't work for you, I don't know what else you can do 2014-10-22 23:54 GMT+02:00 Joerg Holz h...@hamburg.de: Brand new sounds good: What’s about the newest Java-Version? I’m using Yosemite since the second dev-Version

InAppBrowser insertCSS/executeScript with file option code example is confusing

2014-11-03 Thread julio cesar sanchez
Looking into the inAppBrowser code, it seems to me that the insertCSS and executeScript are for injecting an external CSS or JS, but looking at the code example, it seems (to me), that an internal file could be loaded insertCSS example code: var ref = window.open('http://apache.org', '_blank',

Re: cordova 64-bit support

2014-11-07 Thread julio cesar sanchez
what's the point of swift plugins? is there something that can't be done with objective-c and need swift? I think iOS 6 support is more important that the swift plugins 2014-11-07 20:14 GMT+01:00 Shazron shaz...@gmail.com: Yup. So the answer is: cordova-ios: 64 bit support since cordova-ios

Re: cordova 64-bit support

2014-11-08 Thread julio cesar sanchez
iOS 5 support was removed on cordova 3.5, released on may 2014, I think it's too soon to remove iOS 6 support with all the devices left behind (iphone 3gs and ipod touch 4gen), just to add swift plugins. I'm ok with dropping support to old versions when there are real advantages or security

Re: cordova 64-bit support

2014-11-09 Thread julio cesar sanchez
On 11/8/2014 5:13 PM, julio cesar sanchez wrote: iOS 5 support was removed on cordova 3.5, released on may 2014, I think it's too soon to remove iOS 6 support with all the devices left behind (iphone 3gs and ipod touch 4gen), just to add swift plugins. I'm ok with dropping support to old

I've fixed an issue. What's next?

2014-11-13 Thread julio cesar sanchez
CB-7734 (https://issues.apache.org/jira/browse/CB-7734) was reported and I asked if it could be assigned to me. Shazron assigned to me and I fixed it with this pull request https://github.com/apache/cordova-plugin-dialogs/pull/39 It's been 3 weeks and it hasn't been merged, so I don't know if I

Re: I've fixed an issue. What's next?

2014-11-15 Thread julio cesar sanchez
I updated the pull request yesterday to add the iOS 8 macro code (and other change proposed by Shazron), so it can work on Xcode 5

Re: [Discuss] Plugins release

2014-11-26 Thread julio cesar sanchez
Ian, can you take a look into this PR before updating the dialogs plugin? https://issues.apache.org/jira/browse/CB-7734 https://github.com/apache/cordova-plugin-dialogs/pull/39 2014-11-26 10:16 GMT+01:00 Sergey Grebnov (Akvelon) v-seg...@microsoft.com : Jesse, sounds good, you can re-work any

Re: Cordova file transfer

2014-11-30 Thread julio cesar sanchez
This is a cordova development mailing list, not for problems when developing apps using cordova. Ask on the phonegap google group or stack overflow. But yes, you can upload other files, not just images. 2014-11-28 11:48 GMT+01:00 Ashima Bansal ash...@blackcapit.com: Is it possible to upload

Re: Build proyect on different Android Cordova in the same PC

2014-12-12 Thread julio cesar sanchez
I have not tried what Ivan said, but as you are on version 2.9.0 I don't think you can because cordova 2.9.0 wasn't installed on the system, just downloaded, and there is no direct update from 2.9.X to 3.X.X. What I did when upgraded from 2.9.1 to 3.6.4 was, I generated the cordova-3.6.4.jar,

Re: How to Implement native features in Cordova

2015-01-21 Thread julio cesar sanchez
As the media plugin doesn't follow the W3C specification for media capture, it might be included in the plugin, but you should check if this is possible on other platforms too. You can file an issue on the cordova JIRA ( https://issues.apache.org/jira/browse/CB) as enhancement to the media plugin

Re: anybody from phonegap build team here?

2015-01-16 Thread julio cesar sanchez
. Ally. On Tue, Jan 13, 2015 at 7:21 AM, julio cesar sanchez jcesarmob...@gmail.com wrote: I know, I have asked there too, but that is an user forum, I was looking for an answer from somebody from the phonegap build team, I'm not sure if I'll get that there, and I have read answers

Re: [DISCUSS] Plugins Release

2015-01-10 Thread julio cesar sanchez
Well, if somebody can review the pull request I did some months ago for the dialogs plugin I'll be grateful https://github.com/apache/cordova-plugin-dialogs/pull/39 I tested it on xcode 5 and xcode 6, on iOS 6, iOS 7 and iOS 8, it fixes a repported bug (CB-7734) and changes the UIAlertView to

anybody from phonegap build team here?

2015-01-12 Thread julio cesar sanchez
Hi, I know this a cordova list, but maybe there is somebody from phonegap build team here and can answer. I have a doubt about contributing to phonegap build plugins, the docs say: Submitting Your Plugin Once your plugin is in a state that you're happy with, submit the plugin

Re: Documentation on Android/Cordova Webview

2015-01-12 Thread julio cesar sanchez
If you unzip this, you have the framework directory https://www.apache.org/dist/cordova/platforms/cordova-android-3.6.4.tgz 2015-01-12 12:55 GMT+01:00 Mike Dawson m...@ustadmobile.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Cordova Dev List, I'm looking to build a Hybrid app

Re: anybody from phonegap build team here?

2015-01-12 Thread julio cesar sanchez
cesar sanchez wrote: Hi, I know this a cordova list, Actus Reus... and Mens Rea.. but maybe there is somebody from phonegap build team here and can answer. I have a doubt about contributing to phonegap build plugins, the docs say: Submitting Your Plugin Once your plugin

Re: Deprecation Wars: ICS vs Gingerbread

2015-01-08 Thread julio cesar sanchez
The other day I saw a thread of a developer trying to support android 2.2, and told me he was from argentina, was building an app just for argentina and 2.2 had a big market share there. I'm from Spain and 2.3 devices are still sold here. I just tell this to add another point of view, but I'm OK

Re: Introduction for Julian Horn

2015-03-16 Thread julio cesar sanchez
And what about detecting if the user didn't include any cordova tag? I usually see questions on stackoverflow asking, X feature of cordova isn't working. And the accepted answer is include the cordova.js script tag in you index.html 2015-03-16 14:37 GMT+01:00 Horn, Julian C

Re: Regarding the contribution

2015-03-19 Thread julio cesar sanchez
Welcome. You can start here http://cordova.apache.org/#contribute 2015-03-19 11:54 GMT+01:00 Rahulkar, Prashant prashant.rahul...@atos.net: Hello Sir, I am keen to contribute in your Apache Cordova project, I have any 9+ years of experience in Web, Java, Enterprises application

Re: Plugin Development

2015-03-27 Thread julio cesar sanchez
Hello. Read the link you provided, read the SDK documentation and mix the knowledge. Most of the cordova plugins are open source and you can find them on github, so you can search a few to see more complex code. If you have any doubts after trying, ask on stackoverflow. This mail list if for

[proposal] [ANDROID] move inAppBrowser intents from onPageStarted to shouldOverrideUrlLoading

2015-04-02 Thread julio cesar sanchez
I've been looking into issues and I have seen this one: https://issues.apache.org/jira/browse/CB-8180 Right now the code to handle the tel links is inside the onPageStarted if (url.startsWith(WebView.SCHEME_TEL)) { try { Intent intent = new

Re: Jira CB-831: File transfer tests crash on Android L

2015-04-11 Thread julio cesar sanchez
Google added official multi sim support on the latest version, not sure how that affects to apps. I have a motorola moto g 2014 and it's dual sim (at least the spanish model), let me know if you need me to test anything when I receive the 5.1 version (I'm on 5.0.2 right now)

Re: hi cordova team i need help please

2015-04-25 Thread julio cesar sanchez
First of all, this mail list isn't for user support, it's for cordova development itself. Second, you don't have a problem with cordova, your problem is there are millions of apps on the app store, thousands for drawing and painting, you won't find it by name because your app name has very common

Re: ios 6+ flash brightness level

2015-04-27 Thread julio cesar sanchez
Flashlight isn't one of the core plugins You have this 3rd party plugin available for iOS, android and WP8, not sure if it supports brightness level https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin 2015-04-27 6:23 GMT+02:00 Jian Guo jian@datamotive.com.au: Hi there, Just a

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-02 Thread julio cesar sanchez
But you want it for native buttons? If not, you can just put the images on the www folder El viernes, 1 de mayo de 2015, Karen Tran ktop...@gmail.com escribió: I am looking for a way to be able to specify an image in the config.xml and have it be placed in the drawable directory. Under my

Re: Cookie support in docs.

2015-05-04 Thread julio cesar sanchez
I've just read this topic on the google group https://groups.google.com/forum/#!topic/phonegap/0EnQJBPA0uA On the FAQ you can read: The first is within XHR (Ajax) requests to remote resources. Unless you specifically remove them, your Ajax library will automatically use cookies in subsequent

Re: Cordova5 load large page will crash

2015-05-11 Thread julio cesar sanchez
File the issue on the jira page https://issues.apache.org/jira/browse/CB El lunes, 11 de mayo de 2015, roger cheng ctl1...@gmail.com escribió: Test Environment 1. Cordova5 2. with/whithout crosswalk-webview 3. androd 4.x 5.x -- When I open the special

Re: [ios-sim] beta-4.0, help test

2015-05-16 Thread julio cesar sanchez
I've just tested and *cordova run --list* doesn't show any physical device, just the virtual devices, and every device appears multiple times (once per installed sdk version but doesn't show the version) and as you say, you can't choose which version you want to run with cordova emulate --target

Re: Cleaning up Jira?

2015-04-15 Thread julio cesar sanchez
I have been looking on iOS bugs and there were a few that couldn't reproduce. I closed one of them because the reporter confirmed that he couldn't reproduce it anymore, but I'm still waiting for response on others. El miércoles, 15 de abril de 2015, Andrew Grieve agri...@chromium.org escribió:

Re: Proposal: Expose check_reqs at the CLI level

2015-04-15 Thread julio cesar sanchez
+1 to Josh, I think it should be possible to check even before you create a project El miércoles, 15 de abril de 2015, Josh Soref jso...@blackberry.com escribió: We already support: `cordova build android` There's no need for the extra `platform` verb.. But, `cordova build android

[iOS] can somebody reproduce this bug?

2015-04-17 Thread julio cesar sanchez
Hi, Can somebody see this issue and try to reproduce it on an iOS 8.1 or 8.2 device? https://issues.apache.org/jira/browse/CB-7734 shazron says he can't reproduce it

Re: Does Cordova have a problem making developers happy?

2015-04-09 Thread julio cesar sanchez
I read most of the questions with cordova tag on stackoverflow and the questions on the google group and I see this problems. - Some people don't read the docs - Some people read the wrong docs (they use cordova 2.9.1 because it's the latest they can download, but read the edge docs and things

Re: Does Cordova have a problem making developers happy?

2015-04-09 Thread julio cesar sanchez
Raymond, sorry for the j* ** part, I know you like it and write about it. The truth is I haven't tried the 1.4.5 version yet, I use 1.3.2 at work and I don't feel it soo slow (I use fastClick too and we target android 4 or greater) Just was talking about the questions I read on

Re: Is there something like this for cordova? (a phonegap build feature)

2015-05-20 Thread julio cesar sanchez
here: http://cordova.apache.org/docs/en/edge/plugin_ref_spec.md.html#Plugin%20Specification @purplecabbage risingj.com On Wed, May 20, 2015 at 12:04 PM, julio cesar sanchez jcesarmob...@gmail.com javascript:; wrote: On phonegap build you can add values to the info.plist

Is there something like this for cordova? (a phonegap build feature)

2015-05-20 Thread julio cesar sanchez
On phonegap build you can add values to the info.plist or androidManifest.xml from the config.xml, but I didn't see that features available on cordova http://phonegap.com/blog/2014/01/30/customizing-your-android-manifest-and-ios-property-list-on-phonegap-build/ I'm not sure if it isn't possible

Re: Cordova plugin Errors

2015-06-22 Thread julio cesar sanchez
They seem like warnings, not errors, does the app work? 2015-06-22 11:24 GMT+02:00 SiShop ST sishop@gmail.com: Hi With latest version of cordova for iOS build there are errors in plugin cordova-plugin-statusbar and cordova-plugin-media-capture

Re: Google Analytics on Cordova Docs

2015-06-23 Thread julio cesar sanchez
+1 El martes, 23 de junio de 2015, Parashuram N (MS OPEN TECH) panar...@microsoft.com escribió: +1 to adding analytics to docs too. I think this will also help us concentrate on specific types of docs. We will know if people like tutorial like things or references. -Original

Re: CDVInAppBrowser problem

2015-06-25 Thread julio cesar sanchez
You should open an issue on the jira page ( https://issues.apache.org/jira/browse/CB) providing more details 2015-06-25 10:38 GMT+02:00 Maria Nazarenko maria.nazare...@dataart.com: Hi, all! In your class CDVInAppBrowser.m you have synchronous request in main thread. When the connection or

Re: Support needed

2015-05-27 Thread julio cesar sanchez
This isn't a support mail, you should ask on stackoverflow. But that's hiw the plugin works, it launchs the camera app, if you don't want that you can create your own plugin. I've seen ine that shows the camera inside of a canvas element, as far as I know, that's the only way to show the camera

Re: Adobe Commiters offline

2015-07-06 Thread julio cesar sanchez
Welcome back 2015-06-30 18:46 GMT+02:00 Shazron shaz...@gmail.com: Just a reminder about this in case you all think we dropped off the face of the Earth :) On Friday, June 26, 2015, Steven Gill stevengil...@gmail.com wrote: Hey All, Adobe has a company wide shutdown next week (every

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: Introduction

2015-07-07 Thread julio cesar sanchez
It's only supported by android 5 webview (12% share right now), so I think the plugin makes sense for now even if it's going to be deprecated in the future and replaced by the browser battery status when more people have android 5 or greater But the discussion about this should be better on the

Re: Cordova Face to Face meeting

2015-08-17 Thread julio cesar sanchez
I can't go, too far, too expensive and not much vacation left. Take notes and share them with the ones that can't go. Have fun! El lunes, 17 de agosto de 2015, Jesse purplecabb...@gmail.com escribió: Done. On Aug 17, 2015, at 10:29 AM, Steven Gill stevengil...@gmail.com javascript:;

Re: cordova platfor update DOA for cordova-android@4.1.0

2015-07-31 Thread julio cesar sanchez
+1 to Joe, this update is 4.1.0 (major version bump) because the support for API Level 10 was removed BTW, Carlos, I've seen that you changed the issue priority from Minor to Critical, I set it to Minor because there is an easy workaround, just tell the user to add the android-minSdkVersion

Re: WKWebView and iOS 9

2015-08-04 Thread julio cesar sanchez
My idea: Make iOS 9 use WKWebView as default without plugin and iOS 8 and previous use UIWebView, then if people want WKWebView on iOS 8 they install the existing plugin with the webserver 2015-08-05 5:54 GMT+02:00 Shazron shaz...@gmail.com: +1 Carlos On Wednesday, August 5, 2015, Carlos

Re: WKWebView and iOS 9

2015-08-05 Thread julio cesar sanchez
that also. On Wed, Aug 5, 2015 at 1:44 PM, julio cesar sanchez jcesarmob...@gmail.com wrote: My idea: Make iOS 9 use WKWebView as default without plugin and iOS 8 and previous use UIWebView, then if people want WKWebView on iOS 8 they install the existing plugin with the webserver

Re: [DISCUSS] Upcoming Releases

2015-08-05 Thread julio cesar sanchez
We should wait for ios 3.9.1 with the build fix before the tools release 2015-08-05 4:33 GMT+02:00 Carlos Santana csantan...@gmail.com: I will help out with reviewing and voting for all. I can take over the release of browser and firefoxos, I have a new Mac so it will be a good practice to

Re: [DISCUSS] Upcoming Releases

2015-08-05 Thread julio cesar sanchez
BTW, I want to help reviewing too, but I don't really know how to do it, in the contributing documentation I have found information about the issue workflow, but I can't find anything about reviewing workflow 2015-08-05 9:41 GMT+02:00 julio cesar sanchez jcesarmob...@gmail.com: We should wait

Re: [DISCUSS] Cordova-Windows 4.1.0 release

2015-08-05 Thread julio cesar sanchez
WebOS http://developer.lge.com/webOSTV/sdk/web-sdk/ You need virtualbox 2015-08-04 20:14 GMT+02:00 Carlos Santana csantan...@gmail.com: I can help with verifying and voting. Might need help with WebOS, is there a simulator or Emulator? - Carlos Sent from my iPhone On Aug 4, 2015, at

I would like to become a Committer

2015-07-22 Thread julio cesar sanchez
Hi all. I've been contributing to cordova in different ways for a long time and I would like to become a Committer. Things I've done to contribute: - I've opened some issues on the JIRA page and told users to open issues when they publish a question that it's clearly a bug. - I've closed some

Re: [DISCUSS] cordova-ios 3.9.0 release

2015-07-17 Thread julio cesar sanchez
+1 2015-07-17 6:24 GMT+02:00 Carlos Santana csantan...@gmail.com: +1 I think MS mentioned they wanted to cherry pick the signing using build.json On Thu, Jul 16, 2015 at 7:25 PM Shazron shaz...@gmail.com wrote: From the hangout today someone mentioned fixes that need to go out, 4.x was

Re: Oz

2015-07-13 Thread julio cesar sanchez
*Is it possible? *yes. There are a lot for app builders that use cordova *What does it involve? *Are you really doing this question? You are planning to create an app builder and you don't know what does it involve? Anyway, this is the cordova developer list, it is for discussing the development

Re: [GitHub] cordova-ios pull request: CB-9685 A fix for the magnifying glass p...

2015-10-22 Thread julio cesar sanchez
Ok, forget about the -webkit-user-select: none; part, you might put that on the body but use -webkit-user-select: text; on input type text and textarea. 2015-10-22 13:03 GMT+02:00 julio cesar sanchez <jcesarmob...@gmail.com>: > +1 for preference > > but I think the problem the plu

Re: [GitHub] cordova-ios pull request: CB-9685 A fix for the magnifying glass p...

2015-10-22 Thread julio cesar sanchez
+1 for preference but I think the problem the plugin solves only appears when you add the css to avoid text selection (-webkit-user-select: none;), so if the user wants text selection he won't add that css and he doesn't need the plugin. BTW, I'm not able to reproduce the magnifier glass issue

Re: [DISCUSS] Removal of unused iOS bridges

2015-10-29 Thread julio cesar sanchez
+1, I first saw the bridges when looking into one issue but didn't know if the user configures them or if it was something internal that changed on certain circumstances, so if it isn't used, remove it. 2015-10-29 3:35 GMT+01:00 Carlos Santana : > Sorry late to the bridge

Re: [DISCUSS] Proposal to Remove the Cordova iOS Native Whitelist

2015-11-10 Thread julio cesar sanchez
What about url schemes? I suppose they won't work unless we allow them using the CSP, but, do we have code to handle them? I've been looking on the source code and *CDVUIWebViewNavigationDelegate.m, *on *shouldStartLoadWithRequest* ask *CDVViewController.m* for* shouldOpenExternalURL *that

Re: Site reporting docs aren't latest?

2015-11-10 Thread julio cesar sanchez
It's loading 5.1.1 for me, but latest is 5.4.0 2015-11-10 16:21 GMT+01:00 Raymond Camden : > Going to http://cordova.apache.org/docs/en/latest/index.html gives an > outdated message even though it is the latest. > > -- >

Re: [DISCUSS] Proposal to Remove the Cordova iOS Native Whitelist

2015-11-11 Thread julio cesar sanchez
/apache/cordova-docs/commit/80906ac23c77f4ce7a5d330b28fba803736c7253 > > On Tue, Nov 10, 2015 at 7:41 AM, julio cesar sanchez > <jcesarmob...@gmail.com> wrote: > > What about url schemes? I suppose they won't work unless we allow them > > using the CSP, but, do we have code to han

Re: New Camera Plugin iOS feature

2015-11-12 Thread julio cesar sanchez
+1 I don't think it's possible to add this to android as we use an intent to the camera app 2015-11-11 21:49 GMT+01:00 Jesse : > +1 > > > @purplecabbage > risingj.com > > On Wed, Nov 11, 2015 at 12:35 PM, Mefire O. > wrote: > > > +1 > > I think

Re: Partnership with Google on App Indexing

2015-11-12 Thread julio cesar sanchez
Sorry, we have been answering but the mails went just to dev@cordova.apache.org and not to you. You can read all the answers here http://markmail.org/message/euvaue2fquvbm3it 2015-11-12 19:06 GMT+01:00 Emeric Studer : > Hello, > > Did you get a chance to read my

Re: [DISCUSS] Plugins release

2015-11-10 Thread julio cesar sanchez
Any more iOS experts can review my pull request? 2015-11-11 6:59 GMT+01:00 Steven Gill : > Going to move forward with this tomorrow. Any holdups, let me know. Here or > #plugins on slack. > > On Fri, Nov 6, 2015 at 2:51 PM, Richard Knoll > wrote: >

Re: Adding Telemetry information to Cordova

2015-11-03 Thread julio cesar sanchez
I think it's a good idea to add it and it will help understand how people use cordova and find common problems that they might have 2015-11-02 23:13 GMT+01:00 Parashuram N : > Hey folks, > > One of the action items from the face to face meeting was about adding the >

Re: [DISCUSS] Plugins release

2015-11-06 Thread julio cesar sanchez
I was writing a mail with the same subject, luckily I saw your message before sending. I have this PR for statusbar plugin (ios), it fixes at least 2 jira issues related to hotspot/call status bar and maybe a lot of more webview size/resize issues (will check once it's merged)

Re: [DISCUSS] Plugins release

2015-11-06 Thread julio cesar sanchez
r any other > uses cases in addition of the ones you already fixed > > - Carlos > @csantanapr > > > On Nov 6, 2015, at 5:56 AM, julio cesar sanchez <jcesarmob...@gmail.com> > wrote: > > > > I was writing a mail with the same subject, luckily I saw your messa

Re: Partnership with Google on App Indexing

2015-10-30 Thread julio cesar sanchez
Hi, I'm don't remember this being discussed on this mailing list, but my opinion is, as it only supports iOS and android, it should be a 3rd party plugin. Maybe others don't agree, so we should discuss it. It would be cool if somebody from google can create the plugins and share them.

Re: [ANNOUNCE] Cordova-iOS 3.9.2 is released!

2015-11-04 Thread julio cesar sanchez
posted the link on the google group 2015-11-04 10:30 GMT+01:00 Steven Gill : > Thanks to everyone who helped get this release out! > > Blog post: > http://cordova.apache.org/announcements/2015/11/02/cordova-ios-3-9-2.html > Tweet:

  1   2   3   4   5   6   >