How to Save and Display WebView Browsing History in Kodular?

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.

you want proper guide on it? its your 1st project?

1 Like



This is my first time
I tried but failed

in list block blue you will found an block
add item to list with 2 patameters
1- list
2-item

first get your history tag from tinydb in an list then add new item in that list then again store that list with History tag in tinydb

1 Like

Thanks for the guidance, am I doing it right?

no its not correct… just follow below pic i have short the code there is no need of any list

1 Like