I have a Webview which loads this page:
WebSettings webSettings = mWebView.getSettings();
webSettings.setJavaScriptEnabled(true);
mWebView.loadUrl("https://zkjellberg.github.io/dark-souls-3-cheat-sheet");
The problem is, every time I close the app and reopen it the checkmarks are gone, is there a way to preserve the state of checkmarks after the app is closed? I tried some things without success (like this, this, and this, both answers). Any help would be greatly appreciated!