Skip to content

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

License

Notifications You must be signed in to change notification settings

coder-virjay/ionic-framework

 
 

Repository files navigation

Ionic

全局返回手势 Ionic Global Gesture

Ionic 修改为自定义全局返回手势,构建媲美 App 的应用程序。

Ionic is based on Web Components, which enables significant performance, usability, and feature improvements alongside support for popular web frameworks like Angular, React, and Vue.

Ionic Framework is released under the MIT license. PRs welcome! Follow @IonicFramework Official Ionic Discord

Packages

Project Package Version Downloads Links
Core @ionic/core version NPM Downloads README.md
Angular @ionic/angular version NPM Downloads README.md
Vue @ionic/vue version NPM Downloads README.md
React @ionic/react version NPM Downloads README.md

Looking for the ionic-angular package? Ionic 3 has been moved to the ionic-v3 repo. See Earlier Versions.

Getting Started

Start a new project by following our documentation. We would love to hear from you! If you have any feedback or run into issues using our framework, please file an issue on this repository.

Installation

  1. 生成本地包,并作为全局包使用
cd core && \
npm install && \
npm run build && \
npm link && \
cd ../packages/vue && \
npm install && \
npm link @ionic/core
npm run build && \
npm link
  1. 进入到使用的目录:npm link @ionic/core @ionic/vue

Usage

  1. 全局返回范围:默认左侧 50 像素。自定义可全局赋值,例如:window.threshold = 100
  2. 停用全局手势:window.stopBackGesture = true

Migration Guides

Already have an Ionic app? These guides will help you migrate to the latest versions.

Examples

The Ionic Conference App is a full featured Ionic app. It is the perfect starting point for learning and building your own app.

Contributing

Thanks for your interest in contributing! Read up on our guidelines for contributing and then look through our issues with a help wanted label.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Earlier Versions

The source code for earlier versions of the Ionic Framework may exist in other repositories. Please open issues and pull requests in their respective repositories.


About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.3%
  • HTML 25.5%
  • SCSS 11.4%
  • JavaScript 2.2%
  • Vue 1.0%
  • CSS 0.5%
  • Other 0.1%