Open stripathix opened 6 years ago
I can't reproduce it but it got logged to sentry logger. ReferenceError: Can't find variable: swap
ui.click | div.collapse_sp > div.box > form#subForm > div.bottom_shadow > a.orr.activated -- | --
function triggerMouseEvent(type, ele, x, y) { // using initMouseEvent instead of MouseEvent for our Android friends var clickEvent = document.createEvent("MouseEvents"); clickEvent.initMouseEvent(type, true, true, window, 1, 0, 0, x, y, false, false, false, false, 0, null); clickEvent.isIonicTap = true; ele.dispatchEvent(clickEvent); }
Which Ionic Version? 1.x or 2.x v1.3.5
Environment: iPhone iOS Version: 11.4
Short description of the problem:
I can't reproduce it but it got logged to sentry logger. ReferenceError: Can't find variable: swap
UI events captured during error
ui.click | div.collapse_sp > div.box > form#subForm > div.bottom_shadow > a.orr.activated -- | --
Error occured here
Which Ionic Version? 1.x or 2.x v1.3.5