Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery UI resizable pinch

Is it possible to add touch pinch support to jQuery UI's resizable? So on an iPad, you wouldn't need to use the specified handles to resize, but you could just use two fingers and pinch on the element to resize.

like image 204
Nate Higgins Avatar asked May 24 '13 16:05

Nate Higgins


1 Answers

jQuery UI Touch Punch is exactly what you're looking for. It adds touch event support for jQuery UI and is tested on a variety of platforms including iPad, iPhone, Android and other touch-enabled mobile devices.

like image 109
Elliot B. Avatar answered Oct 17 '22 05:10

Elliot B.