-
-
Notifications
You must be signed in to change notification settings - Fork 72
feat(android): add video select support for android platform. #290
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
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
@tgpetrov I fill out the form. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
@DimitarTodorov I noticed there was one missing and I wanted to be a contributor but it was not. I see that merged and published your commit, thanks(!). |
…on Android Currently everything except images and videos is not selectable (text for example). This commit fixes it and partly reverts changes made in NativeScript#290 and NativeScript#291.
PR Checklist
What is the current behavior?
Videos tabs not shown on picker area.
What is the new behavior?
Videos tabs shown on picker area.
Implements #175, #60.