-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera #33
Conversation
ikeith
commented
Sep 1, 2020
•
edited
Loading
edited
- Remove plugin from capacitor (Chore: Remove camera plugin capacitor#3611)
- JS wrapper and implementation
- iOS implementation
- Android implementation
- Test app integration (Add Camera page capacitor-testapp#15)
Just a FYI there's an open issue regarding the camera plugin resetting the application (Android) |
I've been working on a plugin of my own to implement video capture, as I don't see any capacitor plugins for it. It's at a very early stage at the moment but if I were to make a PR to the capacitor camera plugin, would it be considered, or would I have to make a community plugin? I would just use the cordova plugin for capturing video but in my case I have received a lot of crash reports relating to the cordova camera plugin when used with Capacitor. |
@ikeith @dwieeb I'm curious what the plan is here? Our enterprise application had a bug with Samsung devices which I was able to create a hotfix for by patching Camera.java. I was coming here to submit a PR to fix the issue, and noticed that the Camera plugin is gone. Is a new plugin on the horizon? Edit: I think I see what's happening here. There's a draft PR into the plugins repo. Sorry, this was confusing to read. What does the roadmap look like for releasing this? |
@barrcodes As part of the work on capacitor 3, the core plugins are being split out into separate packages (this PR is for the migrated plugin into its own package). We are cleaning up a few things in the process but it is incomplete at the moment, as-is capacitor 3. If you have a critical fix, please open a PR for it against the camera plugin in the 2.x branch of capacitor. |
camera/android/src/main/java/com/capacitorjs/plugins/camera/CameraPlugin.java
Outdated
Show resolved
Hide resolved
camera/android/src/main/java/com/capacitorjs/plugins/camera/CameraPlugin.java
Outdated
Show resolved
Hide resolved
camera/android/src/main/java/com/capacitorjs/plugins/camera/CameraPlugin.java
Outdated
Show resolved
Hide resolved
camera/android/src/main/java/com/capacitorjs/plugins/camera/CameraPlugin.java
Outdated
Show resolved
Hide resolved
…meraPlugin.java Co-authored-by: Carl Poole <[email protected]>
…meraPlugin.java Co-authored-by: Carl Poole <[email protected]>
…meraPlugin.java Co-authored-by: Carl Poole <[email protected]>
…meraPlugin.java Co-authored-by: Carl Poole <[email protected]>
This behavior has been changed but it is dependent on ionic-team/capacitor#3911 |
This has been updated again, now dependent on ionic-team/capacitor#3939 |
I wonder if Also, we may have talked about this before, but what are the actual implications of limited photo access? Why does the app developer need to know if a user has granted only a subset of photos? |
The practical result of |