언어 설정

Menu
Sites
Language
cpp inside web app

Hello all,

Is it possible to execute sample helloworld.cpp inside web app?

If so how to proceed?

Thanks in advance,

saranya.

 

Responses

4 댓글
konduri sai swathi

Hi,

You can use hybrid application instead. Take a look at sample hybrid application provided by Tizen : https://developer.tizen.org/dev-guide/2.2.0/org.tizen.web.appprogramming/html/sample_descriptions/multiprocess_hybrid_package.htm

Alexander AVSukhov

Hello,

Tizen platform supports Web (HTML5,CSS, JavaScript), Native (C/C++) and Hybrid applications (Web & Native).

You may use Hybrid applications as  konduri sai swathi suggested

Alexander AVSukhov

Also you may see NPPlugin Sample application. it is about using NPRuntime (NPAPI).

Alex Dem

Hi
If you use Native app based on Web control (in this case web part could be located inside ./data folder and have structure of usual web application):
you could use JavaScriptBridge for interaction between Web javascript and Native C++.

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/tutorials/web_tutorial/using_javascriptbridge.htm

Alexey.