Access external storage in QtWebView
-
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:
-
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:
-
@Raad
If you are still using QtWebView rather than QtWebEngine you may need (IIRC) @Konstantin-Tokarev to see this message and answer. It might be relevant to state what version of Qt you are using. -
@JonB Indeed I am using QtWebView. QtWebEngine Doesn't support mobile platforms. Would you kindly let me know how can I contact him? mentioning is enough?
-
@Raad
OK, I did not know that. We cannot "contact" him, my writing @Konstantin-Tokarev may attract his attention.@JonB said in Access external storage in QtWebView:
Thank you so much. I hope that @Konstantin-Tokarev can help me with this issue :)
-
@JonB said in Access external storage in QtWebView:
Thank you so much. I hope that @Konstantin-Tokarev can help me with this issue :)