You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the player transitions from one story to another, it adds a record to the top page's history. Causing the 'back' button to not work until n+1 clicks, where n is the number of story transitions.
This is because iframes affect the browser history. This could be avoided if inside the iframe, the location is changed using location.replace()
This seems really bad for UX on a page that uses the amp-story-player.
The text was updated successfully, but these errors were encountered:
When the player transitions from one story to another, it adds a record to the top page's history. Causing the 'back' button to not work until
n+1
clicks, wheren
is the number of story transitions.This is because iframes affect the browser history. This could be avoided if inside the iframe, the location is changed using
location.replace()
This seems really bad for UX on a page that uses the amp-story-player.
The text was updated successfully, but these errors were encountered: