-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
Description
I've test your plugin in two android devices, one tablet with a 4.1.1 version number, and a phone (S3) with a 4.3 version. In the first case, the sample (ws://echo.websocket.org) is runing ok, but in the second not (it seems that makes the create call, but no open event is called). Maybe there are any dependency on the android version? I think no, but i want to be sure.
Other thing is related to the loading of websocket.js file. In the Web Console (logcat) is shown one error:
E/Web Console(17298): Uncaught ReferenceError: require is not defined at file:///android_asset/www/js/websocket.js:29
The error is presented in both case (tablet and phone)
Thank you for your support. You're doing a great job!!!