Access external storage in QtWebView
Unsolved
Mobile and Embedded
-
I am using QtWebView in my application. on iOS with a button click inside the webview (camera icon) I can successfully access camera and the photo library of phone for changing user's profile picture but on Android same code fails. any idea what is causing this and how to solve it? I am using Qt 5.15.0.
(I have included all required permissions such as<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
, etc in my manifest file.)This is a screenshot from iOS:
-
@JonB said in Access external storage in QtWebView:
Thank you so much. I hope that @Konstantin-Tokarev can help me with this issue :)