Forum Discussion
jbarile
Jul 09, 2020Copper Contributor
Bug? Edge on iOS always throws error when a global error handler is attached.
When I have a global event handler attached to the main frame, Edge on iOS always seems to throw an error and the event.error object is always NULL. Is this by design? <!doctype HTML>
<html>
<he...
SZimmie
Apr 01, 2021Copper Contributor
jbarile I have come across the exact same issue with Edge for iOS version 46.2.5. When the global error handler is assigned, it throws null errors every time the app is touched. This only happens with Edge iOS. Chrome and Safari work as expected. This is, IMO, a huge BUG.
However, when loading a page in an IFrame, the window.onerror works fine. It's only in the main page, or top window that has this bug.