jQuery UI Touch Punch works perfectly if content was loaded in DOM before loading this library.
After loading content dynamically into the DOM (like HTML-tags <select> and <input>) these tags are not responding anymore on touch-events.
(can be simulated in Chrome)
Dragging elements on touch devices is still working fine
Suggestions are very welcome. Thanks
Asked
Active
Viewed 93 times
0

Fred
- 1
- 1
-
can you show a code example of how it's used ? – MayK Jun 25 '18 at 14:41
-
1Thanks for your response. The funny thing is that when I made a simplified example, it just works fine. I cannot reproduce my question. I will first investigate my own code again and again. – Fred Jun 25 '18 at 17:23