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
On the Guardian Digital Editions app’s Home screen, there is a Puzzles button. Tapping opens a webpage in a webview at a consistent URL.
This Crossword Selection page should include links to web-rendered crosswords, which open in the same webview.
The goal of this task is to build an experience that presents users with a choice of crosswords. Tapping the desired crossword will bring up that crossword on the same page.
We will implement this experience as a single page app.
Requirements:
All data will be provided by frontend.
There will be no further calls for data.
There will be no further page navigation or client side routing.
There is no need to store browser navigation history.
There is no need to have a particular crossword available at a consistent URL.
There will be no page furniture or content beyond the crossword selection UI and the crossword itself
The text was updated successfully, but these errors were encountered:
On the Guardian Digital Editions app’s Home screen, there is a Puzzles button. Tapping opens a webpage in a webview at a consistent URL.
This Crossword Selection page should include links to web-rendered crosswords, which open in the same webview.
The goal of this task is to build an experience that presents users with a choice of crosswords. Tapping the desired crossword will bring up that crossword on the same page.
We will implement this experience as a single page app.
Requirements:
The text was updated successfully, but these errors were encountered: