lecion / vue-perfect-scrollbar

scrollbar for vue, depend on perfect-scrollbar(https://github.com/noraesae/perfect-scrollbar)
243 stars 25 forks source link

iOS issue while trying to tap @click element (Safari, Chrome) #36

Open krizacekcz opened 4 years ago

krizacekcz commented 4 years ago

Can anyone help me with the problem of elements that has @click directive. If they're wrapped with vue awesome scrollbar, they require double click on iOS, namely safari and chrome does that problem. What I'have found out is that the first click only triggers the hover effect and the second actually triggers the event on that element. When I tried removing wrapper (VuePerfectScrollbar) it starts reacting on the first click

jd-solanki commented 4 years ago

also same @lecion

kysenj commented 4 years ago

also same @lecion

ying-manatal commented 2 years ago

@krizacekcz Did you find a solution to the issue? Having the same problem.