Languages

Menu
Sites
Language
Hybrid Apps - C/C++ <-> Javascript supported in Tizen?

 

Hello -

Does anyone if Hybid applications (Web and Native) are truly supported in Tizen.  In this article posted to the Tizen website, the author Raghu Kona implies that it is supported:

https://developer.tizen.org/documentation/application-fundamentals-developer-guide

but the rest of the arcticle seems to go on to explain native application development only.  Another posting on the Tizen mailing list seems to imply that there is none and never will be one due to security implications:

https://lists.tizen.org/pipermail/general/2012-June/000697.html

We have a lot of legacy Javascript code that we don't want to re-write, but we need a richer environment (i.e. native environment) that will provide us a rich assortment of critical system event notifications, registered callbacks, and other mechanisms that the app-core provides and we were hoping to create a hybrid app to achieve this goal.

Thanks,

Ben

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
Lakshmi Grandhi
Hi Ben Choi, Please go through the help for Tizen::Web, Tizen::Web::Controls::IJavaScriptBridge Interface Reference it talks more about c++ and Javascript communication. There are some sample examples WebViewer, JsonParserApp, it talks more about using web features in Native C++ code.
john Smith
Hi Ben, The hybrid application is supported in Tizen SDK, As of now the current SDK does not support hybrid application. Thanks,