Share Local Storage Wkwebview Swift

[Solved] Share Local Storage Wkwebview Swift | Swift - Code Explorer | yomemimo.com
Question : share local storage wkwebview swift

Answered by : mobile-star

let uniqueProcessPool = WKProcessPool()
let configA = WKWebViewConfiguration()
configA.processPool = uniqueProcessPool
let webViewA = init(frame: CGRect.zero, configuration: configA)
let configB = WKWebViewConfiguration()
configB.processPool = uniqueProcessPool
let webViewB = init(frame: CGRect.zero, configuration: configB)

Source : https://stackoverflow.com/questions/45895136/share-reload-localstorage-indexeddb-cookies-between-wkwebviews | Last Update : Mon, 14 Sep 20

Answers related to share local storage wkwebview swift

Code Explorer Popular Question For Swift