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

 ̄綄美尐妖づ 提交于 2020-01-25 21:24:48

问题


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?


回答1:


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




回答2:


Yes, you can use WIFI manager in web apps.

Here you go

WIFI - https://developer.tizen.org/dev-guide/web/2.3.0/org.tizen.mobile.web.device.apireference/tizen/systeminfo.html#SystemInfoWifiNetwork

For Speech recognition - You can use JS speech APIs for speech recognition.

More info refer this link and search for "Web Speech" - https://developer.tizen.org/dev-guide/2.3.1/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html




回答3:


Which version of Tizen are you using now?

2.4 guide is here.

https://developer.tizen.org/dev-guide/2.4/org.tizen.web.apireference/html/device_api/mobile/index.html



来源:https://stackoverflow.com/questions/33241756/can-i-create-tizen-web-app-with-wifi-and-speech-recognition-functionality

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!