Languages

Menu
Sites
Language
hybrid app communication

Hi

How does Communication happen in Hybrid application between the web and native side?

what are the APIs involved here?

Could you please share source code highlighting the above.

Thank you in advance

Responses

1 Replies
Alex Dem

Hi,
Your apps could interact using Message Port api (Native and Web apps support such api):

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.device.apireference/tizen/messageport.html

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/io/messageport.htm

Alexey.