Android Question Sharing 2 WebViews resources

Devv

Active Member
Licensed User
Longtime User
Hello

Is it possible to share 2 websviews cookies in the same app ?


In an ecommerce website, I am in a situation where I show products in a webview (parent WebView). If the user pressed on a product I want to open that product page in a new (child) WebView.

What I need is having shared cookies in case the user added the product to cart (from child webview) then pressed back button to go back to the (parent) WebView, will that item he added be in his cart ?
 
Top