Hello, Attached is a sample code that demonstrates the behavior. The tableview has both click and longpress event. The click event is supposed to take to another page. And longpress event should open the alert. The issue when tried the longpress in there both the new window and the alert opens. On the first run, it is reproducible in 3-4 attempts and after a while, it's reproducible more often on longpress on the row title. Attached also a video that demonstrates the issue. The issue is on iOS only. Tested with iOS 12.3.1 device iPhone5S with SDK 8.0.1.GA.
Video longPress.mov is supposed to be the right behavior.
Video longPressTest.mov demonstrate the issue.
The sample code is in
https://github.com/jorgehip/longPress
Thanks.
Hello, The issue is resolved in the latest SDK 8.2.1.GA. Tested with both simulator(12.4) and device (iPhone 6plus) ios 12.4.1. Thanks.