jibon57/nativescript-mediafilepicker

How to ask user only image permission

Closed this issue · 2 comments

is there any way to access image and disable Audio & Video also how to override the default permission text

Your question wasn't clear to me. You can use image picker only for allowing user to pickup image. For changing text you will need to customization here:

permissions.requestPermission(requestPermissions, "Need these permissions to access files")

permissions.requestPermission(requestPermissions, "Need these permissions to access files")