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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to