feat(camera): Add support for iOS limited photo library mode#1125
Merged
theproducer merged 15 commits intomainfrom Aug 16, 2022
Merged
feat(camera): Add support for iOS limited photo library mode#1125theproducer merged 15 commits intomainfrom
theproducer merged 15 commits intomainfrom
Conversation
giralte-ionic
approved these changes
Aug 15, 2022
IT-MikeS
approved these changes
Aug 16, 2022
This was referenced Aug 17, 2022
mpkasp
added a commit
to mpkasp/capacitor-plugins
that referenced
this pull request
Aug 29, 2022
* chore: Switch back to independent version (ionic-team#1129) * chore: enable nightly releases (ionic-team#1130) * fix(google-maps): Check for WKScrollView and WKChildScrollView (ionic-team#1109) * feat(camera): Add support for iOS limited photo library mode (ionic-team#1125) * chore(camera): remove listener methods (ionic-team#1136) * chore(ci): Unpin @actions/core version (ionic-team#1141) * fix(filesystem): make iOS return proper url on readdir (ionic-team#1142) * chore(release): publish [skip ci] - @capacitor/camera@4.1.0 - @capacitor/filesystem@4.1.0 - @capacitor/google-maps@4.1.0 * fix(push-notifications): properly get the configured icon from manifest (ionic-team#1118) Co-authored-by: jcesarmobile <jcesarmobile@gmail.com> Co-authored-by: jcesarmobile <jcesarmobile@gmail.com> Co-authored-by: Mike Summerfeldt <20338451+IT-MikeS@users.noreply.github.com> Co-authored-by: Joey Pender <joey@ionic.io> Co-authored-by: Github Workflow (on behalf of IT-MikeS) <users.noreply.github.com> Co-authored-by: Koen <koen.cas@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds new methods for showing the iOS 14+ limited photo library selection prompt and querying for selected photos from the users photo gallery.