This is very cool! Thank you for getting me interested in setting up SN as my first PWA in iOS.
Writing this to test notifications appearing on PWA icon when I receive a reply. Although I don’t think they will because of the following issue: Can’t get the PWA to show that I’m logged into my account. In Safari tab where I set up the PWA I’m logged in, but when in the PWA I’m not logged it. Can’t reply from within the PWA.
What auth method are you using to log in? Lightning should work
And did you try to go through the login flow in the PWA, too? On Android, I think browser and PWA have the same session but maybe that's not the case on iOS
reply
Using email right now. Just removed lightning login a few hours ago actually.
Tried the login flow and opened the link in email, but just brings me to Safari tab. Not a huge deal really since I can just use Safari for replying/posting and PWA for browsing and reading. But still, is it an issue that could be fixed?
Entirely separate session it seems.
reply
This is a problem on iOS. We haven't found a solution yet.
ek we talked about this a month or two ago.
reply
Email login in a Safari PWA unfortunately doesn't work since Safari doesn't allow to open PWAs, a feature which is called "link capturing" [0]
reply
Interesting… Too bad. Thanks still though!
reply
In the meantime, you can add another login method. All other login methods work on iOS.
reply
Wait you can have multiple login methods simultaneously? If so that’s pretty awesome for ensuring you never get locked out of your account!
reply
yes you can, lol
Is that why you removed your lightning login?
reply
Lol, yes partly anyways. Also because lightning login was tied to a node/app was not longer using anymore and wanted to disassociate it. So I can login with and associate my stacker news profile with a different node now? Doesn’t have to be the one I originally used to create it?