This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Back Button Behavior When No History Available #4732
Closed
Description
This isn't so much a bug as a feature improvement I'd like to see if possible. If a user goes directly to a page in my mobile app. Say they came to the page from google or something like that. If I use data-rel="back" then it will take them back to the page that referred them to my app not to the correct previous page. For the time being I'm just not using data-rel="back" but it would be nice to have it detect if the previous link is on the same domain or something and if it isn't then use the regular link instead.