Sven
Results
42
comments of
Sven
The possible cause may be that PWAs are isolated from Safari mobile, i.e. they [don't share any storage](https://github.com/PWA-POLICE/pwa-bugs#problem-cookielogin-isnt-shared-between-safari-and-standalone-mode), *and* shared links are not opened with the PWA, but Safari mobile...
To further investigate the problem, we need a stack trace of the hanging process. This can be achieved with gdb (which has [Python support](https://docs.python.org/devguide/gdb.html), available in Debian package `python3-dbg`). First...