Android Question Copy Webview BackForward History

DawningTruth

Active Member
Licensed User
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?
 
Top