uupaa.forceclick.js
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "uupaa.forceclick.js", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Disable force click on link navigation", | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/uupaa/ForceClick.js", |
@@ -13,2 +13,19 @@ # ForceClick.js [![Build Status](https://travis-ci.org/uupaa/ForceClick.js.svg)](https://travis-ci.org/uupaa/ForceClick.js) | ||
```js | ||
<style> | ||
a[href] { | ||
font-size: 20pt; | ||
} | ||
.disable-force-click { | ||
color: blue; | ||
cursor: pointer; | ||
text-decoration: underline; | ||
-webkit-user-select: none; | ||
-webkit-touch-callout: none; | ||
} | ||
</style> | ||
<p> | ||
<a href="http://google.co.jp" class="disable-force-click">jump to google</a> | ||
</p> | ||
<script src="<module-dir>/lib/WebModule.js"></script> | ||
@@ -15,0 +32,0 @@ <script src="<module-dir>/lib/WebGLDetector.js"></script> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93695
74