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?
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