Red-Folder / Cordova-Plugin-BackgroundService

BackroundService plugin for use with Cordova (PhoneGap)
144 stars 85 forks source link

Not working after cordova.require #32

Closed naazz closed 10 years ago

naazz commented 10 years ago

Im using your plugin that i have take from there http://plugreg.com/plugin/phpsa/cbsp. Nothing is working in js after this line var myService = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.MyService'); Thx you!

Red-Folder commented 10 years ago

I can't help you with that repository I'm afraid - I've no control how they package the code. You'd have to raise that particular problem with who packaged it.

I'd suggest you look at using my packaging of the background service (https://github.com/Red-Folder/bgs-sample) - this is Plugman compatible.

naazz commented 10 years ago

Ive got this but now i had an alert error:plugin unable to bind to background service on toggling the services button.

Red-Folder commented 10 years ago

And this is using the version from https://github.com/Red-Folder/bgs-sample?

Which version of Cordova have you used? Can you talk me through the steps you used to install?

naazz commented 10 years ago

I got this finally thx you sir!