我想检测用户何时在ListView上释放触摸,以便能够在那一刻集中我的单元格。在iOS中,我将ListView包装在TouchableWithoutFeedBack中,并且工作正常。当用户停止触摸时调用[SessionState(SessionStateBehavior.Disabled)]
public class SomeController: Controller
{
...
}
。但在Android中,onPress
未被调用。
我无法将所有ListViews行放在Touchables中,因为用户将无法触摸它并继续滚动。
这是我的代码:
onPress