HI,
I am stuck to send data from my html file to the c++ file and vice-versa. I have followed the guiding instruction given in the below link:
But I am not able to succeed.
When tried with the above link code, here is the error i am getting:
ERROR / Tizen::Web::Controls ( 12258 : 12258 ) : Tizen::Web::Controls::IJavaScriptBridge* Tizen::Web::Controls::_WebImpl::FindJsInterface(const Tizen::Web::Json::IJsonValue*) const(3519) > [E_OBJ_NOT_FOUND] Propagating.
ERROR / Tizen::Web::Controls ( 12258 : 12258 ) : virtual result Tizen::Web::Controls::_WebImpl::OnHandleJavaScriptRequestByEventArg(const Tizen::Base::Runtime::IEventArg&)(4215) > [E_OBJ_NOT_FOUND] JsInterface instance is not available.
------------------------
to summarise my requirement :
1. I have an .html file in data folder.
2. I have an web control class ( derived from Tizen::Web::Controls) through which i am loading the html .
3. I am doing some operation in my c++ files which needs to be updated in my web view. For that i need some way to intimate my js in html file. And once that is done, need to communicate back to c++.
-----------------------
Any help or code snippet much appreciated.
Thanks in advance.