Author Topic: Why tool tips are not showing in touch devices ?  (Read 2022 times)

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Why tool tips are not showing in touch devices ?
« on: March 25, 2019, 01:08:05 pm »
Hello
       Can you tell me why Why tool tips are not showing in touch devices ? I also used touch-punch.min.js cdn in my original file but it is not working.In below link I have given the example for tooltip and I used tooltip in the project column. Please tell me the solution.

https://plnkr.co/edit/kE64GTzJ9HiYkOUPrjGw?p=preview


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6297
    • View Profile
Re: Why tool tips are not showing in touch devices ?
« Reply #1 on: March 25, 2019, 02:20:49 pm »
Please add this

Code: [Select]
create: function (evt, ui) {
     this.widget().pqTooltip();
},

Ex: https://paramquery.com/pro/demos/tooltips