phonegap-template-vue-f7-blank icon indicating copy to clipboard operation
phonegap-template-vue-f7-blank copied to clipboard

Three/Four finger tap not working

Open timkim opened this issue 8 years ago • 2 comments

It appears in this and the other templates:

  • phonegap-template-vue-f7-tabs
  • phonegap-template-vue-f7-split-panel

The three/four finger tap doesn't work in the PhoneGap Developer App. Seems like framework or something else is intercepting the calls.

timkim avatar Mar 22 '17 21:03 timkim

This is a very pervasive bug.

Nearly every template that uses a framework that handles gestures does this.

This could potentially solved in a later version of the app via native gesture recognisers.

devgeeks avatar Nov 15 '17 05:11 devgeeks

I think this is also might be related to #12. If I remember correctly that PR fixes makes these gestures work for me. Please try again with the latest code on npm @timkim

motatoes avatar Nov 21 '17 02:11 motatoes