We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems , i am not able to import this plugin inside ts, How would be the import statement if it supports ionic ?
The text was updated successfully, but these errors were encountered:
You can use on ionic 3
ionic cordova plugin add https://github.com/DmcSDK/cordova-plugin-mediaPicker.git --variable IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION="your usage message"
let args = { "selectMode": 100, //101=picker image and video , 100=image , 102=video "maxSelectCount": 5, "maxSelectSize": 21000000 // 20mb }; (window as any).MediaPicker.getMedias(args, (medias: any[]) => { console.log(medias); }, (err: any) => { console.log(err) });
Sorry, something went wrong.
No branches or pull requests
It seems , i am not able to import this plugin inside ts, How would be the import statement if it supports ionic ?
The text was updated successfully, but these errors were encountered: