|
| 1 | +# FastClick Extension for Adapt |
| 2 | +Improves the performance of courses on mobile devices by attaching [FastClick](https://ftlabs.github.io/fastclick/) to the entire Adapt course. |
| 3 | + |
| 4 | +FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic. |
| 5 | + |
| 6 | +License |
| 7 | +-------- |
| 8 | +This extension is licensed under the MIT license (see [LICENSE](LICENSE)). |
| 9 | + |
| 10 | +The source code also includes version 1.0.6 of [FastClick](https://ftlabs.github.io/fastclick/) which is also licensed under the MIT License: |
| 11 | + |
| 12 | +``` |
| 13 | +Copyright (c) 2014 The Financial Times Ltd. |
| 14 | +
|
| 15 | +Permission is hereby granted, free of charge, to any person |
| 16 | +obtaining a copy of this software and associated documentation |
| 17 | +files (the "Software"), to deal in the Software without |
| 18 | +restriction, including without limitation the rights to use, |
| 19 | +copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 20 | +copies of the Software, and to permit persons to whom the |
| 21 | +Software is furnished to do so, subject to the following |
| 22 | +conditions: |
| 23 | +
|
| 24 | +The above copyright notice and this permission notice shall be |
| 25 | +included in all copies or substantial portions of the Software. |
| 26 | +
|
| 27 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 28 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 29 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 30 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 31 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 32 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 33 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 34 | +OTHER DEALINGS IN THE SOFTWARE. |
| 35 | +``` |
| 36 | + |
| 37 | +Settings |
| 38 | +-------- |
| 39 | +None. |
| 40 | + |
| 41 | +Limitations |
| 42 | +----------- |
| 43 | +No known limitations. |
| 44 | + |
| 45 | +----------- |
| 46 | +**FastClick Extension for Adapt** is a plugin for the Adapt Framework. [Adapt](https://www.adaptlearning.org) is a free and easy to use e-learning authoring tool that creates fully responsive, multi-device, HTML5 e-learning content using the award-winning Adapt developer framework. |
0 commit comments