-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Android: Add video recording support - Caveats: - Wont work if cropping is enabled - Video recording will be used if mediaType is set to 'video' - Mediatype any is not supported since there is no standard intent for capture image or video * IOS: Add video recording support - Caveats: - Cropping does not work Video recording will be enabled if mediaType is set to `video` or `any`. Note: With any the native ui allows the user to choose whether to take a photo or record a video. This differs from android where mediaType any will just allow taking photos. * IOS: Set camera video quality to high * Update README.md (#851) * Update PickerModule.java (#862) Fix for default values being kept when calling cropPicker from multiple locations. Now default values if not passed will be reverted to default. * version bump * Add front camera support for android (#876) * Add front camera support for android * Update readme * Update readme * Update README.md * Added missing flags to support front camera on some android phones (#891) * Remove problematic step from manual post-install steps (#821) * (ios) fix images are not resized after cropping. Fixes #843 * (ios) add example project xcshareddata * (ios) fixes for camera recording. updated example project with camera recording. updated readme with camera recording * unify ios and android camera response. Fixes #872
- Loading branch information
Showing
6 changed files
with
185 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.