Clear cache & history Qt WebView
Unsolved
QtWebEngine
-
Hello,
I am developing an application that integrates with a Shopify store. Due to user requirements, the checkout must be made with a web view that loads a server-generated URL with information about the current user. This works perfectly until the user logs-out from the application and logs in with a different account: the credentials from the previous user are still loaded into the web view (at least in iOS).
Is there a way to clear history, cookies and data stored by the WebView, without the need to reinstall the application (Android/iOS)?
Thanks in advance!