John Croucher
John Croucher
Attached is a full dump of a test project To reproduce init npm create www folder and add index.html. Set the css body bg to transparent install capacitor install capacitor...
I am not familiar with ghoto2, the API doesn't look too hard though. Unfortunately I don't have a camera that supports it so it would be difficult for me to...
It looks like focusMode isn't being handled? The focus seems to be fixed causing barcode reads to fail.
I am M1 mac circleci local execute build Fetching latest build environment... Error: failed to start event processor: failed to compute task config: failed to read config file: read /tmp/local_build_config.yml:...
Hello, I have updated it for Cordova 3.0 at https://github.com/jcroucher/cordova-phonegap-audio-encode
I wonder what they have broken this time. What errors are you getting when running it with Cordova 4.0?
Fix for compiled JS ``` function setMonth(date) { var selectedDate = new Date(fp.currentYear, date.getMonth(), date.getDate()); var selectedDates = fp.selectedDates; switch (fp.config.mode) { case "single": selectedDates = [selectedDate]; break; case "multiple":...
> Thanks for that. Though I'm not sure if it really maters that it's abandoned. At least not to me as it still works. In fact, I just updated it...