How to close the picker view using js code?#204
Open
King-JXN wants to merge 170 commits intowymsee:masterfrom
Open
How to close the picker view using js code?#204King-JXN wants to merge 170 commits intowymsee:masterfrom
King-JXN wants to merge 170 commits intowymsee:masterfrom
Conversation
I got rid of the lines between the albums. Also I put some padding around the album thumbnails. See this screenshot for the improvements: http://monosnap.com/image/wcBd9YW65Y0AWFAVhUy0xgLoUx0pV5 I have created a similar pull request for the original ELCImagePickerController project: B-Sides/ELCImagePickerController#98
…(ex: 1500x1001 pixel image gets a white line on the bottom)
…entered, log to the console and default to FILE_URI
…_URI when not passed in.
…i to resultStrings
Replaced ELCImagePicker => GMImagePicker
- New option "allow_video": which enables or disables selection of video's - New option "title": provide a custom title in the header of the selection screen - New option "message": provide a custom subtitle in the header of the selection screen
- Updated header and source files to reflect GMImagePicker - Suggested version increment to to v2.0.0
Fix - #86 Support Library configuration Android
- Added browser support.
This reverts commit c73394e.
This reverts commit 45de51e.
added missing Polish translations
auto add FeHourGlass.h/.m to xcode project
Fixes crashes when localizedTitle is nil for album
indentation changes
support android 10 (API 29)
fix broken import in capacitor
add downloading gif
Issue - #227
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.
I use this plugin in my app. But I meet a problem: when I am selecting the images, there is a notification message of my app and I click this message. And the next what I want to do is hiding the plugin view, and changing state view. But how do I close the plugin view?
Thank you!