Closed
Description
If I quickly tap a link twice, it opens the sub-page twice on top of each other. Need to tap "back" twice to get home again.
template:
<StackLayout v-for='(post, index) in resources[path]' :key='index' @onTap='viewPost(post)'>
method:
viewPost(post) {
this.$navigateTo(ItemDetails, {
frame: 'navigator',
props: {
item: post,
animated: true,
type: 'news'
}
}).catch(error => console.log(error))
},
Metadata
Metadata
Assignees
Labels
No labels