문제

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