Search code examples
webwidgettizentizen-wearable-sdktizen-native-app

How to update native widget instance(app) in web UI app?


I want to make a Tizen Wearable (2.3.1) native widget application and a Tizen Web UI application in same package.

Is it possible?

If possible, how to update native widget instances in web UI application? In other words, what is widget_service_trigger_update() API in web?

Thanks!


Solution

  • I heard that 2.3.1 web api not support 'widget_service_trigger_update()'. It support from 2.3.2.

    So, I finally solved it by to add a native service application for just this problem. The sevice application receive app control from web app and then send widget_service_trigger_update() to native widget application for a specific widget instance.

    Good Luck.

    ** When use 'widget_service_trigger_update()', applications have to be packaged together for permission issue. Link