Nativescript + Anguar2拦截(触摸/键)事件

时间:2016-11-22 05:57:54

标签: angular nativescript touch-event

我正在使用Nativescript + Angular2开发应用程序。

我想截取我的页面中的触摸事件(活动),  就像Android中的Activity.dispatchTouchEvent一样。

可以使用mainContainer.nativeElement.on(GestureTypes.touch, function (args: TouchGestureEventData)来完成,但是有问题 - 顶层布局容器无法接收所有触摸事件。(例如,listView是嵌套的)。

所以我认为在将触摸事件发送给子视图之前拦截触摸事件要好得多。

有什么办法吗?

0 个答案:

没有答案