This plugin disables the iOS data detectors that can modify page content.
The most notable example being numbers being converted to tel:
links.
It works by setting webView.dataDetectorTypes
to UIDataDetectorTypeNone
.
- Changed plugin id.
- Added package.json for compatibility with Cordova 7.
- Minor code fix.
- Fixed code for cordova 6.
- Set minimum cordova version to 6.0.0.
- Initial release.
This code is released under the MIT license.