Gaurav Mehla

Results 3 comments of Gaurav Mehla

Hey @DheerajMalisetty, It's very easy to build web apps using NodeJS. There are a lot of ways to do this but the best way is to make your front-end and...

Yes. We can use this plugin with ionic 2/3. I am using it and will post a blog soon. Keep checking https://medium.com/dev-blogs

@kpwa add this in your `index.html` file ``` myService = ""; serviceRunning = ""; document.addEventListener('deviceready', function() { var serviceName = 'com.red_folder.phonegap.plugin.backgroundservice.sample.MyService'; var factory = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService'); myService = factory.create(serviceName); }, true);...