Bastien MARSAUD

Results 6 comments of Bastien MARSAUD

Same issue here on Ubuntu/Debian/OpenSuse with Android 8.1 and 9, it restart when the settings button is clicked. Also, it always reboot 2/3 times after first boot when used in...

Thanks for your answer! If I understand correctly, the view is adapting to the WMTS. It's so not possible to have multiple WMTS with different tile matrices in the same...

Ok, thanks for the clarification. Here is the geojson: https://gist.github.com/bmarsaud/95bc0bc53b056f6db75820cb3652a7a7#file-chemins-de-randonnee-2154-json

Same issue in 2024, on Android 8, 9 and 10 when at least two photo taking applications are installed on the device. Reproduced on emulators and various physical devices. Seems...

Couldn't we write the file to the scoped storage or the `MediaStore.Downloads` collection so that we don't have to request the [READ_MEDIA_IMAGES](https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_IMAGES) and [READ_MEDIA_VIDEO](https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_VIDEO) permissions as stated in [this documentation](https://developer.android.com/training/data-storage/shared/media#request-permissions)...

I'v pushed the https://github.com/apache/cordova-plugin-media-capture/pull/295 PR that attempts to remove these broad permissions. I don't think we need them at all.