mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Previously, the angular-touch library provided by AngularJS was used to allow click interactions with UI components to work on touch devices without an uncomfortable ~300ms delay. From AngularJS 1.7.x onward, this feature of angular-touch is no longer present: https://docs.angularjs.org/guide/migration#ngtouch This should be OK - modern browsers will now recognize applications aimed at touch support via the use of the "viewport" meta tag (which we use), removing our original need for angular-touch. The same goes for IE10+.
Apache Guacamole includes a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of their respective licenses, included within this directory for reference.