Hi everyone,
I’m developing an online notepad app in Kodular using WebView. The app has two screens:
Screen1 (Notepad): Displays 1s.is/note/{slug} in WebView.
Screen2 (History): Shows a list of previously visited URLs from Screen1.
What I want to achieve:
Save the history of visited pages in WebView (but only URLs that match 1s.is/note/{slug}).
Store the history using TinyDB so it is not lost when the app is closed.
Show the history in a ListView on Screen2.
When a user selects a history item, open it again in Screen1.
Provide a “Clear History” button in Screen2 to delete all history.