(Webview) Captured image save not working some versions of Android
问题 I'm doing a webview application. I have a form on my site and an image upload process is required via the form. It works fine on some android versions: I press file input, open the camera / gallery and upload the picture. In some versions, it returns the intent value as null (in onActivityResult) and opens the gallery directly without opening the camera. Versions not working (I don't know all): Android 10, Android 7. Running versions: Android 9, Android 5. Im just back-end web developer, im