From 069a50cd90444a6e08f4dbeee8cd0a3b7959ad3e Mon Sep 17 00:00:00 2001 From: gitstc Date: Tue, 12 Dec 2023 10:33:59 +0300 Subject: [PATCH 1/3] Fix READ_EXTERNAL_STORAGE permission for Android 33 --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index fabb16d..cd254cd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -32,7 +32,7 @@ - + From b786e71621dd131a0436c08c9e9b77a61d5cd549 Mon Sep 17 00:00:00 2001 From: gitstc Date: Tue, 12 Dec 2023 16:10:39 +0300 Subject: [PATCH 2/3] Hide camera button --- src/ios/WMFilePickerPlugin.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ios/WMFilePickerPlugin.swift b/src/ios/WMFilePickerPlugin.swift index 113cb2a..34f7962 100644 --- a/src/ios/WMFilePickerPlugin.swift +++ b/src/ios/WMFilePickerPlugin.swift @@ -172,6 +172,7 @@ public class WMFilePicker: NSObject, picker.pickerConfig.albumIsShowMomentAlbums = false; picker.pickerConfig.albumIsShowHiddenAlbum = false; picker.pickerConfig.albumIsShowEmptyAlbum = false; + picker.pickerConfig.assetIsShowCameraButton = false; picker.pickerConfig.assetsMaximumSelectionCount = multiple ? Int.max : 1; view.present(picker, animated: true, completion: nil); self.presentingViewController = picker; From e0fee3b6fa95fdbddcd3a6722b3c8667520dfd4f Mon Sep 17 00:00:00 2001 From: gitstc Date: Wed, 12 Mar 2025 13:49:42 +0300 Subject: [PATCH 3/3] Update plugin.xml - AssetsPickerViewController 2.9.7 --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index cd254cd..59a0c69 100644 --- a/plugin.xml +++ b/plugin.xml @@ -59,7 +59,7 @@ - +