Re: [blink-dev] Re: PSA: History Manipulation Intervention

2022-12-05 Thread 'Shivani Sharma' via blink-dev
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

Re: [blink-dev] Re: PSA: History Manipulation Intervention

2022-12-05 Thread Weijar Z
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

Re: [blink-dev] Re: PSA: History Manipulation Intervention

2022-10-28 Thread Shivani Sharma
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

Re: [blink-dev] Re: PSA: History Manipulation Intervention

2022-08-17 Thread eyal sadeh
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