ember-gestures icon indicating copy to clipboard operation
ember-gestures copied to clipboard

Rotate + Pinch

Open bliet opened this issue 8 years ago • 2 comments

Only Rotation works:

export default Ember.Component.extend(RecognizerMixin, {
    recognizers: 'rotate pinch'
});

Only Pinch works:

export default Ember.Component.extend(RecognizerMixin, {
    recognizers: 'pinch rotate'
});

How to use pinch and rotation at the same time?

bliet avatar Mar 20 '17 14:03 bliet

@bliet did you find a solution?

danDanV1 avatar Jan 23 '19 06:01 danDanV1

@bliet did you find a solution?

No.

bliet avatar Jan 23 '19 08:01 bliet