|
|
|
|
|
by mikeklaas
5226 days ago
|
|
That's disingenuous: if every millisecond counted, then you'd be developing apps natively instead of using a web bridge. Clearly, there is a tradeoff to be made between usability&portability and speed. To be fair, I think the camera example is not a good one: at Zite we use web<->native api for lots of things that performance is really important for since they are frequent (logging, timing, anything called frequently) |
|
Agree the web<->native api performance is important for the use cases you mention.