-
Can you somehow implement the edit of AndroidManifest for scenarios(even to work in compiled apk), when I need to add queries/intent for Map or for features that requires these only for Android 11, li…
-
### Description
On Android 4.4 when I try to capture image with the MediaPicker.CapturePhotoAsync() method, the camera opens, I can take a photo, but than the message "Unfortunately, Camera has stopp…
-
## Appscan 版本
> 2.1.4
## 系统版本
电脑版本:
> Windows 10 专业版
手机型号:
> 雷电模拟器9.0.61,模拟型号HMA-AL00
安卓版本:
> Android 9
## Bug 描述
> 使用系统API读取相册,调用ContentResolver.query方法(query内部会调用重载方法,如下)时,会被重复计算…
-
### Description
Hello,
The dotnet 8 version of Maui is saving recorded videos on Android devices to the Gallery. I do not believe this behaviour is intentional, and does not occur on iOS.
#…
-
Our U7.15.10 site used a mediapicker so that a page icon could be selected for each page, and the parent page would show these icons next to each child page in the navigation.
Back in late June, the …
-
I get this error
"AppName".iOS[33798:6363017] Method 'UIImage.AsJPEG' not found.
Method 'UIImage.AsJPEG' not found.
this is the exact code I used:
ImageSource img = null;
try {
…
-
### Description
I need to take more photos, but the app restarts on Android 11 devices. Android 10 or lower is OK.
It behaves enigmatic. Sometimes it happens after third capturing, sometimes may…
-
```
Manifest merger failed : Attribute meta-data#android.support.FILE_PROVIDER_PATHS@resource value=(@xml/image_picker_provider_paths) from [com.github.dhaval2404:imagepicker:1.6] AndroidManifest.xml…
-
Hi, I am using the latest version of the plugin and I have a build error in IOS.
The XCode error is as follows:
cordova-plugin-mediapicker-dmcsdk/MediaPicker.m:40:13: Property 'modalInPresentation…
-
I have implemented photo and video recording to my app and since they return a path where the item is stored, I want to get this item as "Media" to display it alongside with items from the MediaPicker…