Hello, on my Android phone, I don't have access to photos; it doesn't request access permissions. Here's what you need to check in the APK file: Permissions in AndroidManifest.xml — The APK must declare: android.permission.READ_MEDIA_IMAGES (Android 13+) android.permission.READ_MEDIA_VIDEO (Android 13+) android.permission.READ_EXTERNAL_STORAGE (Android < 13) android.permission.CAMERA (if you want to take photos) WebView configuration — The WebView must implement onShowFileChooser in the WebChromeClient