D DawningTruth Active Member Licensed User Mar 19, 2019 #1 I would like to save the backforward history of a webview. Getting the history is trivial with: B4X: Dim wve As WebViewExtras Dim backforward As WebBackForwardList backforward = wve.CopyBackForwardList What I would like to do is copy that backforward history to another webview. There does not appear to be a function to do this. Any suggestions?
I would like to save the backforward history of a webview. Getting the history is trivial with: B4X: Dim wve As WebViewExtras Dim backforward As WebBackForwardList backforward = wve.CopyBackForwardList What I would like to do is copy that backforward history to another webview. There does not appear to be a function to do this. Any suggestions?