Languages

Menu
Sites
Language
현재 시계의 OS 버전을 가져올수있습니까?
web application에서 wearable의 OS 버전을 가져올수있습니까? cordova는 tizen os 몇버전부터 지원가능합니까?

Responses

4 Replies
Armaan-Ul- Islam

OS version of wearable: Using Tizen Web API? NO, I haven't seen any API providing such functionality yet.

 

About Cordova API> OS Version: You might try the code snippet from this Guide and share your findings on this post here. (Try Emulators with different OS versions)

예슬 최

그렇다면 Tizen Web Application 에서는 현재 웨어러블의 타이젠 OS 정보를 갖고 올수 없나요?

또한 Tizen Web Application에 Development > Guides > Web Application > Common Cordova

document.addEventListener('deviceready' ~~ 적용이 불가능합니까?

 

Tizen Web Application 에서 현재 웨어러블의 타이젠 OS를 갖고올수있는 방법은 없습니까?

예슬 최

그렇다면 Tizen Web Application 에서는 현재 웨어러블의 타이젠 OS 정보를 갖고 올수 없나요?

또한 Tizen Web Application에 Development > Guides > Web Application > Common Cordova

document.addEventListener('deviceready' ~~ 적용이 불가능합니까?

 

Tizen Web Application 에서 현재 웨어러블의 타이젠 OS를 갖고올수있는 방법은 없습니까?

Armaan-Ul- Islam

What happedned when you deployed the Cordova OS version code?

Did 'document.addEventListener ('deviceready' ~~  ) worked on your device?