I am working on mobile application developed on cordova . I want to implement a background service that do some work like open socket connection syncronise local database wi
You should use an embedded Cordova WebView, not a standard WebView. A standard WebView is not set up to handle Cordova plugins, and the device info is a plugin.