سؤال

I know Javascriptbridge to send data from js to tizen.

Is there any way to pass data from native to javascript
هل كانت مفيدة؟

المحلول

Yes, you can use EvaluateJavascriptN method from web control.

نصائح أخرى

You can use the MessagePort API. The programming guide says:

Tizen Web applications can communicate with other Web or native applications using the MessagePort API. The message data type for the communication is map data, which consists of a string key and value pair.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top