ainzzorl / goodcode

A curated collection of annotated code examples from prominent open-source projects
https://codecatalog.org
Creative Commons Attribution 4.0 International
198 stars 8 forks source link

[NEW EXAMPLE] Ionic Framework - Gestures #19

Open ainzzorl opened 3 years ago

ainzzorl commented 3 years ago

General

Description

Ionic Framework is a powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

Ionic Gestures is a utility that allows developers to build custom gestures and interactions for their application in a platform agnostic manner.

Links

https://github.com/ionic-team/ionic-framework/tree/main/core/src/utils/gesture

What makes it interesting

Related work

Manual: https://ionicframework.com/docs/utilities/gestures

Other

Not sure how all of this is tested.

ainzzorl commented 3 years ago

I'm no longer sure it meets our standards: