capacitor-file-picker
capacitor-file-picker copied to clipboard
feat: Open file with custom file extension on iOS
This change is related to the issue: #47
It uses the UIDocumentPickerViewController
initializer compatible with iOS 14+. I left both old and new methods implemented in case of backward compatibility is strictly necessary.