You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/12 11:59:50 UTC

[GitHub] [cordova-ios] lukemelia commented on issue #982: Long press produces vibration (the same one accompanies the appearance of the text editing menu)

lukemelia commented on issue #982:
URL: https://github.com/apache/cordova-ios/issues/982#issuecomment-707076376


   I ran into this recently, and discovered that I was missing an entry in my config.xml:
   
   ```xml
       <feature name="GestureHandler">
           <param name="ios-package" value="CDVGestureHandler" />
           <param name="onload" value="true" />
       </feature>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org