@support-tony wrote:
on the real device, the edit contact pop-up appears wherever you double-click but disappears immediately unless the pointer is within the area of the pop-up.
Yes, behaviour is same for both device and simulator.
@support-tony wrote:
Also, on the real device, the context menu never appears for a double click, wherever the pointer is.
Yes, double click only generates context menu in simulator. Trace shows it is receiving a “taphold” event. “taphold” event is not received on device.
@support-tony wrote:
If the edit contact popup disappears unless the pointer is within the pop-up, that sounds like a development issue that you’d have to pursue separately, as that is happening both in the simulator and on the real device.
Agreed, your issue would appear to be why simulator receives additional “taphold” not received on device. Suspect the popup disappearing is either a cordova or jqm bug (or my stupidity).
CHEERS
Peter