diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-23 15:44:19 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-23 15:44:19 -0400 |
| commit | 26821696678cf84ee19f4eb803807e41a7b56780 (patch) | |
| tree | 1503bee984f7e70406e08c22c4fb9aeb0c902ec1 /plugins/cordova-plugin-ios-longpress-fix/package.json | |
| parent | fe8e827a86ce2304d5deefc4c969d9ea7ce2bd79 (diff) | |
IOS9 patch to remove callout
Diffstat (limited to 'plugins/cordova-plugin-ios-longpress-fix/package.json')
| -rw-r--r-- | plugins/cordova-plugin-ios-longpress-fix/package.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/cordova-plugin-ios-longpress-fix/package.json b/plugins/cordova-plugin-ios-longpress-fix/package.json new file mode 100644 index 00000000..085c61f9 --- /dev/null +++ b/plugins/cordova-plugin-ios-longpress-fix/package.json @@ -0,0 +1,37 @@ +{ + "name": "cordova-plugin-ios-longpress-fix", + "version": "1.0.1", + "description": "Suppresses the silly magnifying glass when longpressing your app on iOS9", + "cordova": { + "id": "cordova-plugin-ios-longpress-fix", + "platforms": [ + "ios" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/EddyVerbruggen/cordova-plugin-ios-longpress-fix.git" + }, + "keywords": [ + "LongPress", + "LongTap", + "Zoom", + "Magnification", + "Magnifying glass", + "iOS9", + "ecosystem:cordova", + "cordova-ios" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "author": "Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)", + "license": "MIT", + "bugs": { + "url": "https://github.com/EddyVerbruggen/cordova-plugin-ios-longpress-fix/issues" + }, + "homepage": "https://github.com/EddyVerbruggen/cordova-plugin-ios-longpress-fix#readme" +}
\ No newline at end of file |
