Menu
Sites
Language
Hosted application accessing tizen api

Are hosted application able to acces tizen apis?

I have a webapp hosted at www.example.com/index.html

In config.xml <tizen:content src = "www.example.com/index.html"/>

In my html I have javascript that accesses tizen.systeminfo or tizen.launch, but the tizen object is undefined... How can I access tizen apis when I have a hosted application?

Edited on 18 03, 2014

Responses

2 Replies
konduri sai swathi
Hi, Tizen applications are only confined to mobile platform but not any other hosted applications on web as they run on different server. Maybe if you add the libraries in the server you will be able to access them. As of now there is no scope for such applications to access tizen APIs
Yunchan Cho
There is no way to access tizen device api in the hosted web application, because tizen dosen't permit such an access from remote page due to security problem.