언어 설정

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 by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
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.