WebView profiles
Unsolved
Qt WebKit
-
As written here here https://forum.qt.io/post/578764 I cant use Qt WebEngine on Android, only WebView.
Is there in WebView something like profiles? To use separate cookies database for different cases (application users). Dont matter, in QML or C++.UPD. Look like I can manage cookies profile by file QtWebEngine\Default\Cookies in standardLocations. But this file is blocked while application is running. Maybe I can do something like this: stop QML QtWebView->operation with cookie file->start QtWebView?
@JKSH. Sorry for the molestation, can you please look?