webview / webview

Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

Home Page:https://webview.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexedDB always deleted?

Kukulkano opened this issue · comments

What OS are you using (uname -a, or Windows version)?

I'm on Kubuntu 22.04 LTS (x86_64).

Linux vsdevel 6.2.0-33-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 10:33:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

What programming language are you using (C/C++/Go/Rust)?

gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

go version go1.18.1 linux/amd64

What did you expect to see and what you saw instead?

In JS, I use the IndexedDB to get and set my preferences. This works fine. But the next start of the webview, the content is all gone. Maybe I need to provide information about the sqlite file to be used by the webview? But I cannot find any information about this?

An issue section on GitHub usually is for bug reports with minimal reproducible cases added, or feature requests, not to get exclusive support for free for an application one wants to write. All three opened issues (#1033, #1034, #1035) are support questions not bugs or features for the lib. Maybe webviews discord is the better place to ask those.

Okay, thanks. I will try to ask these questions on Discord.