Search code examples
tizentizen-wearable-sdktizen-web-apptizen-web-simulator

Can I create Tizen web app with wifi and speech recognition functionality?


I am new to Tizen development. I just want to know whether I can use WIFI manager and speech recognition functionality with web app in tizen. If yes how?


Solution

  • Unfortunately, Wifi manager is not available for web app. You can write a native app for accessing wifi manager. If you want to keep your UI in web app, then write hybrid app. Hybrid app has a service in native and UI in web app. You can get/set all wifi info from service app and send those info to UI app through message port. Here is the example of writing hybrid app. Please check

    Sample of Hybrid Service