Hi all, I'm developing a network application for iphone using Titanium.
I'm trying to use the ProtBufferjs in my app but I have some problems with the javascript typed-arrays.
Unfortunately ProtBufferjs uses ArrayBuffer internally and seems this type is not implemented in the titanium javascript engine, I always got the error: Can't find variable: ArrayBuffer.
Are there someone that has fixed this problem? Any other suggestion is welcome.
Than you, Gian