ionic2 tap vs click

前端 未结 6 1908
隐瞒了意图╮
隐瞒了意图╮ 2020-12-09 17:02

I am starting with angular2 and ionic2;

In ionic2, I have a button that will call a method of my component. Like this:

6条回答
  •  眼角桃花
    2020-12-09 17:24

    I would like to add that you can use (tap) event for elements like button, a, but for non-button elements the attribute tappable is usefull:

    If you want instant clicks on non-button elements you have to add tappable directive to that element, otherwise it has a delay of 300ms. For example:

    Click me

提交回复
热议问题