Closed hpk42 closed 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)
closes #56