Hacker News new | ask | show | jobs
by kuzmin 3872 days ago
Not the parent but I thought I'd chip in.

When I get stuck using one of the Native APIs, I usually look in the source code. It usually becomes very clear which issues that might have occured. What I'm saying is; there's no need to read the full source code, just reading the relevant component/API adapter goes a long way.

(At least for the problems I have solved. Your mileage may vary)