언어 설정

Menu
Sites
Language
WebSocket support on Gear Devices

Does anyone know if Tizen SDK for Wearable supports WebSockets? This release notes (https://developer.tizen.org/downloads/sdk/release-notes/tizen-sdk-wearable-1.0.0b3) mention websocket support but no matter what I did, I can't get it to work on a real device (Samsung Gear S). Emulator works fine so I am wondering if there is impedance mismatch between the real device and SDKs.

Responses

3 댓글
Sanjeev BA

Kindly ensure you have enabled the following permissions for your app.

Privilege: http://tizen.org/privilege/internet

Required feature: http://tizen.org/feature/network.internet

For more details refer to this section of the API reference.

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.web.w3c.apireference/w3c_api.html#communication

d

Thanks a lot! That was the reason.  I liked how your answer not only give the correct answer, but teach me to look at the right docs for future references. =) thanks again.

AVSukhov

Hello,

You may find tutorial in documentation: Tizen IDE -> Help -> Help Contents

Tizen Wearable Web App Programming > Tutorials > W3C/HTML5 Tutorials > Communication Tutorials > WebSocket API Tutorial