Hacker News new | ask | show | jobs
by blauditore 806 days ago
Reminds me of a time where I almost certainly found a bug in Safari Mobile's JS implementation. Some variable ended up undefined in a place where it was provably impossible. It didn't happen consistently and was prone to right timing, so extremely hard to pin down and debug. Given the fact that all debugging had to be done tediously through a phone emulator and remote dev tools (it was inside a Cordova app), I eventually just gave up and added some sort of if-else for that case.
1 comments

Cannot hear the name cordova app without a rush of negative memories
Why? I had fairly good experiences with Cordova, once I figured out the right way to use it (documentation tends to lack a bit IIRC).