Access external storage in QtWebView
-
wrote on 27 Aug 2020, 08:50 last edited by Raad
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:
wrote on 27 Aug 2020, 10:01 last edited by@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. -
@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?
wrote on 27 Aug 2020, 12:18 last edited by@Raad
OK, I did not know that. We cannot "contact" him, my writing @Konstantin-Tokarev may attract his attention. -
@Raad
OK, I did not know that. We cannot "contact" him, my writing @Konstantin-Tokarev may attract his attention.wrote on 28 Aug 2020, 01:07 last edited by@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 :)
1/6