Open
Description
It navigates to the previous page, as desired, but acts like a double click, immediately clicking the same area on the previous page. In my app this is a user returning from a specific product view to a catalog view, and the double-click takes them immediately to another product.
HTML:
<button data-navigation="$previous-page" class="btn btn-primary fit-parent back-to-catalog"><i class="icon icon-chevron-left"></i> Go Back to Catalog</button>
It doesn't appear to be specific to the $previous-page usage, either. Same things happen if I replace data-navigation-"home"
- you're taken to the homepage and a split-second later to whatever page is linked in that area of the homepage.