Ryan

Results 6 comments of Ryan

I was relieved when they started working as I was not able to get this plugin to work with [cordova-plugin-local-notifications](https://github.com/katzer/cordova-plugin-local-notifications); however, you are right that the notifications should not be...

Finally was able to get this library working with this code. Two notes so far: * The WebView navigation bar shows and doesn't go away (the "" "Done" gray bar...

I don't see the `deviceready` event being listened to anywhere. You may need to change [this line](https://github.com/NavCore/ngCordova/blob/master/src/main.ts#L11) to: ```js document.addEventListener('deviceready', () => { platformBrowserDynamic().bootstrapModule(AppModule); }, false); ``` Otherwise, you could...

Big thanks for the introduction. I'm planning on digging through the existing issues and catching myself up on the code base through those. Several of the issues that have been...

Awesome, I'll send those fixes in then

I've simply removed some code - assuming this issue good, we should merge and open separate issues to implement tests and fix jslint issues.