Ian Becker
Ian Becker
I've been working on this, specifically the Android side. I've made significant progress, but there are some things I'm wondering about. I noticed that the `capacitor-plugins` seem to not use...
Here is a demo video of my work on the multi photo mode. https://github.com/ionic-team/capacitor-plugins/assets/600561/79655986-661d-4586-b05a-6c5c4bebd29d I think that it is feature complete. There may be a few more tweaks that I...
Hi @blahblehblah, I think that you should be able to add something like the following to your `package.json` ```json "dependencies": { "@capacitor/camera": "github:isbecker/capacitor-plugins:camera" } ```
Will do both, I'm away from computer today, but I will have time tomorrow to make those changes 🙂
I gave this a test to try to reproduce and can verify that I observed the same behavior. I made a directory named `[test]` and put a `.envrc` file in...
I have done a bit more investigation and it is a tricky bug to chase down. However, I found that the [rc.go](https://github.com/direnv/direnv/blob/master/internal/cmd/rc.go) is responsible for loading the `.envrc` files. In...
@arnavsinghvi11 looks good? - [x] tests pass locally - [x] docs added
I've started looking into this a bit. If there is a good example app that I can play around with, please share that. Otherwise, I am going to choose one...
Sure go ahead and assign me. I need to dig more in the capacitor code base, but I think I should be able to make this happen.
Hi @luke-rogers! I apologize for going quiet on this issue. The holidays took my attention away from it. I took a look at the source code for the camera module...