typescript 滑动手势 - 将滑动手势添加到相册组件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript 滑动手势 - 将滑动手势添加到相册组件相关的知识,希望对你有一定的参考价值。
import { Component, OnInit, Input, HostListener } from '@angular/core';
// ...
@Component({
// ...
})
export class AlbumComponent {
@HostListener('swipeLeft') slideLeft() { console.log("Swiping left!"); }
@HostListener('swipeRight') slideRight() { console.log("Swiping right!"); }
// ...
}
以上是关于typescript 滑动手势 - 将滑动手势添加到相册组件的主要内容,如果未能解决你的问题,请参考以下文章
typescript 滑动手势 - 将hammerjs添加到app.module.ts
typescript 滑动手势 - 将hammerjs添加到app.module.ts
typescript 滑动手势 - 相册组件中的照片滑动
将向上滑动手势识别器添加到模态视图
将滑动手势识别器添加到 DetailViewContoller
向 UITableView 添加滑动手势