Hello. I’m trying to take a dash app and turn it into a standalone application using pywebview. It seems to work pretty decently, but I noticed I lost the browser’s local storage of things like dcc.Store for preserving data between browser sessions. Has anyone gotten it to work? pywebview has a way to specify a js_api class, but it seems a bit confusing how that can be tied into dash. (I admit to just finding out about this and not giving it much thought yet.)
Thanks,
Reid