WP8 Plugin Architecture & Access to CordovaView

2014-03-19 Thread Dan Polivy
Hello, I'm fairly new to Cordova, but so far have found it pretty easy to get my existing mobile website up and running as an app using various native components. Thanks for all of your work to get to this point! As I progress in my development, I find myself with an architectural/dev question

[Camera] iOS8: Handle case where camera is not authorized?

2014-09-29 Thread Dan Polivy
Hi folks, I'm working on iOS 8/iPhone 6 compatibility for my Cordova app, and one thing that's new in iOS 8 is the ability to enable/disable access to the camera on a per-app basis, for all regions. (Previously, I think this was only limited to certain regions such as China.) As of iOS 7, ther

RE: [Camera] iOS8: Handle case where camera is not authorized?

2014-09-29 Thread Dan Polivy
display in the alert dialog – though the latter could be handled by the JS caller if necessary. Dan From: Jesse [mailto:purplecabb...@gmail.com] Sent: Monday, September 29, 2014 4:15 PM To: dev@cordova.apache.org Cc: Dan Polivy Subject: Re: [Camera] iOS8: Handle case where camera is not

WP: Issue with fix for [CB-7028]

2014-11-21 Thread Dan Polivy
Hi folks, I added a comment to the JIRA issue, but wanted to flag it here for discussion as well. I think I've uncovered a big issue with the fix that went in for this issue on Windows Phone: https://issues.apache.org/jira/browse/CB-7028 I have a plugin that uses a Windows Phone Task (inherits

Latest --browserify status?

2015-04-03 Thread Dan Polivy
Hi folks, Is there a single issue or location for tracking the latest status on the -browserify functionality in cordova? I've got cordova 4.3.0 installed and have been playing with this a bit, as it's a feature I'd very much like to use for our app! But, I have a few questions on how it's work

Android plugin crash on resume when activity destroyed

2015-06-02 Thread Dan Polivy
On Android, when using plugins that launch other intents, e.g. the Camera plugin, I'm now seeing reliable crashes when the cordova activity is resumed - if it was "destroyed" when the intent launched. The reliable way to reproduce this is to enable the "Don't keep activities" setting in Android'

RE: Android plugin crash on resume when activity destroyed

2015-06-03 Thread Dan Polivy
u call this method in your onDeviceReady javascript method that > will fire once the activity is restarted, and this will give you the > previously taken or selected picture. > > I put this in a pullrequest > https://github.com/apache/cordova-plugin-camera/pull/97 > It solves Issue CB-8

RE: Android plugin crash on resume when activity destroyed

2015-06-04 Thread Dan Polivy
ing in plugins other than the camera plugin. > > - Serge > > > Op wo 3 jun. 2015 om 23:31 schreef Dan Polivy : > >> Interesting, thanks for the history, Joe and Serge. >> >> I do probably agree with you, Joe, that this won't work well as it'll be >>

RE: Android and iOS bug release

2016-02-15 Thread Dan Polivy
Is there any progress on an android bugfix release? It looks like Richard's PR has been merged in, and I'm waiting for that (and the fix for CB-10138) to be pushed out in a production release. Thanks, Dan -Original Message- From: Carlos Santana [mailto:csantan...@gmail.com] Sent: Thurs

[DISCUSS] browserify not pulling correct platform cordova-js-src

2016-03-04 Thread Dan Polivy
Hi folks, I've recently updated my projects to the latest platform releases to pick up some specific fixes in the platform JS (android@5.1.1 and ios@4.1.0). I'm using the browserify option, and have been trying to figure out why the browserify output is NOT including those fixes in the final co

[DISCUSS] Android InAppBrowser circular loop with deep links

2016-03-07 Thread Dan Polivy
Hi folks, I've been working on adding deep linking/Universal links to my app, and ran into an issue with the InAppBrowser on Android that I'd appreciate some feedback on. For those not familiar, deep linking allows the app to handle standard HTTP/HTTPS urls for a given website within the app it

RE: [DISCUSS] Android InAppBrowser circular loop with deep links

2016-03-09 Thread Dan Polivy
pacts Intents where the current app is one of the targets. I'd certainly appreciate feedback on the implementation and a review of the PR! Thanks, Dan -Original Message----- From: Dan Polivy [mailto:d...@cellartracker.com] Sent: Monday, March 07, 2016 2:51 PM To: 'dev@cordova.apach

RE: [PROPOSAL] 'cordova platform update' alias for rm, add in cordova-ios

2016-03-09 Thread Dan Polivy
As a user of cordova (and list lurker), I thought I'd chime in and say Carlos hit on some very good points. In theory I like the idea of treating platforms like build artifacts, but in reality -- at least for my current usage -- things are far from that. Making this type of change will make my u

browserify support

2019-03-28 Thread Dan Polivy
Hello, I realize I'm a little late to the party, but I've just read the release notes for cordova 9, and am dismayed to find that browserify support was removed. I've been relying on this for the past many years, as our app is "remotely hosted", so I'm loading cordova.js (and all the plugin js)