2

I am trying to run out the (dbclick) event for Ionic3, but there is no way to make it run correctly ( it does nothing).

Is actually to somebody work this? Or Do we have to create it by ourselves with timeouts, etc...?

I've been searching for a while and it seems this option don't exist.

Thank you so much.

Joan
  • 233
  • 1
  • 5
  • 17

1 Answers1

0

you can look here!

scrollmain(elementId, index) {
   console.info('elementId', elementId)
   var el = document.getElementById(elementId);
   el.scrollIntoView({ behavior: "smooth" });
}
smdt
  • 9
  • 1