Deepak Vishwakarma
Deepak Vishwakarma
Change in **_jquery.ui.touch-punch.js**_ worked for me. JS: jquery.ui.touch-punch.js Method to modify: ``` js //line: 31 function simulateMouseEvent(event, simulatedType) { //... } ``` ``` js //changes to add ++ if ($(event.target).is("input")...
Change in **_jquery.ui.touch-punch.js**_ worked for me. JS: jquery.ui.touch-punch.js Method to modify: ``` js //line: 31 function simulateMouseEvent(event, simulatedType) { //... } ``` ``` js //changes to add ++ if ($(event.target).is("input")...
@ubill hahahhah! :-D it was not in my case. Thanks anyways :-) :+1: