Listview and Pincharea
-
Hi all,
I'm trying to get a zoomable Image within a listview. I tried to make this with a pincharea but the
gesture recoginition of the listview and the pincharea seem to get in conflict.
Has anyone succesfully made this?
thx,
patrik -
@patrikd Try setting
pressDelay
inListView
to some higher value. Eg:pressDelay: 1000 // 1 sec
1/2