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
It would be nice for bookmarking if an URL like http://flexboxfroggy.com/#20 would go directly to Level 20.
Also when completing a level, the URL in the address bar would be updated to reflect. For example, on completing Level 20 and loading Level 21: http://flexboxfroggy.com/#21
This may negate the need to store the level number in the local storage, which for me failed to restore to my last active level when my browser crashed and rebooted. The anchor link wouldn't have had that problem since the browser stores it in the session restore data.
Or both solutions could be used in tandem: If I open http://flexboxfroggy.com/ it loads the level in the local storage, but if I use an anchor link, it loads the level in the anchor.
The text was updated successfully, but these errors were encountered:
.../ - English Lesson 1
.../#2 - English Lesson 2
.../#fr - French Lesson 1
.../#fr#2 - French Lesson 2
PS: I didn't see any language selector in the user interface of the website. Is it only automatic based on location currently? I think having a language selector is important. (What if I traveled to France and accessed your site there, but I don't speak French?)
It would be nice for bookmarking if an URL like
http://flexboxfroggy.com/#20
would go directly to Level 20.Also when completing a level, the URL in the address bar would be updated to reflect. For example, on completing Level 20 and loading Level 21:
http://flexboxfroggy.com/#21
This may negate the need to store the level number in the local storage, which for me failed to restore to my last active level when my browser crashed and rebooted. The anchor link wouldn't have had that problem since the browser stores it in the session restore data.
Or both solutions could be used in tandem: If I open
http://flexboxfroggy.com/
it loads the level in the local storage, but if I use an anchor link, it loads the level in the anchor.The text was updated successfully, but these errors were encountered: