I don't think we have seen that issue before. Are you using a self-signed certificate? 1006 is a client-side error code, so I would guess there is something about the connection that Android Chrome doesn't like. Perhaps try navigating to your wss: URL directly using https: and see if there is a certificate error you must add an exception for?
I'm also curious if it is working in Firefox on those platforms. I know Firefox tends to be even stricter than Chrome when it comes to accepting websocket connections.
Android typically auto-updates apps, but it is worth double checking to make sure Chrome is 100% up to date as well. If you have Chrome Beta installed, that could be a good test, too. Let me know if any of that turns up anything.
Cheers,
Will
Perhaps try navigating to your wss: URL directly using https: and see if there is a certificate error you must add an exception for?
On a side note, browsers should be slowly moving towards an interface where you are prompted to accept the certificate directly when connecting the websocket. Eventually, that will make it clearer what is going on when things like this happen.
Cheers,
Will