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/README.md | |
| parent | fe8e827a86ce2304d5deefc4c969d9ea7ce2bd79 (diff) | |
IOS9 patch to remove callout
Diffstat (limited to 'plugins/cordova-plugin-ios-longpress-fix/README.md')
| -rw-r--r-- | plugins/cordova-plugin-ios-longpress-fix/README.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/cordova-plugin-ios-longpress-fix/README.md b/plugins/cordova-plugin-ios-longpress-fix/README.md new file mode 100644 index 00000000..77f620a8 --- /dev/null +++ b/plugins/cordova-plugin-ios-longpress-fix/README.md @@ -0,0 +1,37 @@ +# Cordova iOS LongPress Fix Plugin +by [Eddy Verbruggen](http://twitter.com/eddyverbruggen) + + +## Description + +Apple thought it'd be nice to show a magnifying glass when longpressing the webview on iOS9. + +Don't like it? This plugin removes it! + +<img src="screenshots/magnifying-glass.png" width="375px" height="333px"/> + + +## Installation + +Cordova CLI +``` +$ cordova plugin add cordova-plugin-ios-longpress-fix +``` + +PhoneGap Build +```xml +<gap:plugin id="cordova-plugin-ios-longpress-fix" source="npm" /> +``` + + +## Usage +It just works, and will proudly shout that at the XCode console when it does. + + +## Limitations +Currently only works with UIWebView, not WKWebView, but you should be able to +suppress the magnifying glass on WKWebView with a few lines of CSS. + + +## Future +I'm working with Cordova guys to get this in their distribution as standard.
\ No newline at end of file |
