1 2 3 4 5 6 7
#import <Cordova/CDVPlugin.h> @interface LongPressFix : CDVPlugin @property (nonatomic,strong) UILongPressGestureRecognizer *lpgr; @end