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 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.
The text was updated successfully, but these errors were encountered:
Are you working with buttons only or the second button is a link button so maybe the hash of the link is used?
Did you test touch events with Chrome DevTools (or with FF) ?
The first is a button, the second is a regular link. This is on Phonegap (Cordova). When you tap the button, the destination page appears for a split second, but then immediately goes to whatever is linked on that page in the location you just tapped the button.
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.The text was updated successfully, but these errors were encountered: