On Mon, Dec 5, 2022 at 9:04 AM Weijar Z wrote:
> I want to implement the feature to automatically resume the recently read
> articles when I open the app.
> 1. the user opens the address "pwa.com/"
> 2. App automatically redirects to the last read article "
> pwa.com/articles/1"
> But when the u
I want to implement the feature to automatically resume the recently read
articles when I open the app.
1. the user opens the address "pwa.com/"
2. App automatically redirects to the last read article "pwa.com/articles/1"
But when the user presses back, the app exits directly and it should go
ba
Apologies for the delay.
1. history list: [a.com, b.com]. none of the entries are skippable because
a.com got a click and b.com hasn't added any new entry yet.
2. [a.com, b.com, b.com/entry1] again no entry should be skippable since
b.com got a user interaction.
3. On reload, there should not be a
Hello!
I experience a use case where this intervention hurts user-experience,
would love to hear your thoughts:
1. User is on a.com and clicks to go to b.com (Single Page Application).
2. The user interacts with the page, and a new history entry is created
using pushState.
3. The user press the r