Justin Unterreiner
Justin Unterreiner
My original pull request was never merged, and I forgot it was still open. I then also removed the entire demo directory because it contained paths that were too long...
Any chance we can get this merged? This prevents us from using the plugin on Windows machines because the paths are too long.
I was able to fix this by nilling out the progressIndicator instance variable in the hide method. This prevents the bad access exception for future calls to the hide method....
Awesome. Been waiting for those for a while. Thanks for the heads up!
Re-posting this from a comment on a PR to add replace tsd with typings: --- Firstly, IMHO the main benefit of typings over tsd is the paradigm shift in how...
I'm using the plugin in production without any changes. Both crash reports and answers events are showing up. Sometimes the dashboard doesn't update immediately. I suspect this is due to...
Crashlytics is for tracking native crashes which are separate from JavaScript exceptions. If you want to track your JavaScript exceptions you should use a service like http://LogEntries.com and log the...
@sarriaroman You can assign this one to me.
I don't see anything in that stack trace to indicate the problem is related to this plugin.
I don't have any apps that use PhoneGap to test. But from the output it looks like it is using Ant to build, while the plugin is setup to use...