Y
Hacker News
new
|
ask
|
show
|
jobs
by
Vanit
378 days ago
My favourite one was debugging a crash in an Electron app deployed to iOS. It turned out throwing an exception from a point event callback (deep in our app's code) was bubbling up into the device's kernel code.
1 comments
rafram
378 days ago
> an Electron app deployed to iOS
Not possible, as far as I know.
link
t-writescode
378 days ago
maybe it was React Native? That does support iOS and it's close enough to "yet another Electron app" that there could be overlap in thought.
link
HumanOstrich
378 days ago
It's not close at all.
link
Not possible, as far as I know.