i want a scroll list,where in i will be able to scroll products horizontally,i have used ion-scroll and direction=“x”, but the scroll seems to be too sensitive,when i scroll horizontally the whole page shakes up and down.
/*return (e.defaultPrevented) ||
(/^(file|range)$/i).test(e.target.type) || (e.target.dataset ?
e.target.dataset.preventScroll :
e.target.getAttribute(‘data-prevent-scroll’)) == ‘true’ ||
(!!(/^(object|embed)$/i).test(e.target.tagName)) ||
ionic.tap.isElementTapDisabled(e.target); */
and if i uncomment this the problems solves but gives rise to another issue,i will be able to scroll horizontally,but i cannot scroll vertically on that particular div i have swipe from outside the wrapper.