MobileChromeApps / cordova-plugin-chrome-apps-sockets-tcp

BSD 3-Clause "New" or "Revised" License
44 stars 52 forks source link

Problem with some android versions? #7

Closed nutella closed 8 years ago

nutella commented 8 years ago

I've tried 4 or 5 devices for now, from different manufacturer. Generally the plugin works well, only on a samsung s4 mini (android 4.2.2) the plugin fails without errors (and the same for sockets-upd plugin too). There are any known incompatibility? There are some tests that I can try to identify or resolve this problem?

Thanks.

nutella commented 8 years ago

Seems a problem with String.fromCharCode.apply function that fail on some android device (ie samsung s4 mini), resolved using different function to convert arrayBuffer to string.