webxdc / webxdc_docs

Documentation for Webxdc
https://docs.webxdc.org
10 stars 4 forks source link

start an FAQ / address localstorage question #73

Closed hpk42 closed 1 year ago

hpk42 commented 1 year ago

closes #56

link2xt commented 1 year ago

Some notes from the chat:

@Simon-Laux

Some webxdc Simulators share localstorage across instances, so might not work in simulator The one in hello repo has this problem, maybe also worth mentioning in the faq / troubleshooting

the inline hello style one, that has an issue because it has localstorage sharing and is based on it (for updates) Webxdc-dev might not have this problem, but I don’t know for sure

@webratte:

it works in mobile Firefox and in DC itself. But not in Desktop Firefox.

Could be fixed by https://github.com/deltachat/deltachat-desktop/pull/3413, localStorage documenation says it may throw SecurityError in some cases like this)