openwit

Results 3 comments of openwit

检查页面是不是加了别的手势,需要将手势的cancelsTouchesInView和delaysTouchesBegan属性设置为false,例如: let tap = UITapGestureRecognizer.init(target: self, action: #selector(didTapTableView(_:))) tap.cancelsTouchesInView = false tap.delaysTouchesBegan = false self.tableView.addGestureRecognizer(tap)

https://wix.github.io/react-native-navigation/#/installation-android MainActivity不改,其他的照着改一下应该就可以了~

非常好用,感谢开发者。ps:为什么不放点广告啊,或者放打赏二维码也行。