Jule-

Results 45 comments of Jule-

@robertleeplummerjr I am stuck behind too, please push the alpha tag on npm! :) I think you have to patch your tag 2.0.0-alpha because the `package.json` is in version 1.0.1....

Or maybe you can just add `"registry": "npm"` in your `package.json` in order that we can use `jspm` to resolve correctly dependencies when we point directly at github repository.

Firstly, thanks for the great work on this lib! :wink: Just wanted to say I face the same issue. When you want a proper uniform handling of all your web...

2 years later still no real out-of-the-box solution for typing? :eyes: @JamieS1211 do you have an updated version of your type def file? Thanks a lot! :pray:

As mentioned in #576 I made a draft for this function with some unknown variables from my point of vue. For clarity and readability of this issue I copy it...

@brodybits Indeed I think we should put warnings for deprecated forms in order to remove them later and in order than the community could trigger PR on plugin maintainers before...

**Describe the bug** Removing the plugin DELETES almost everything from the Android platform folder. **To Reproduce** ```bash $ cordova create plugtestapp com.test.plugtestapp PlugTestApp \ && cd plugtestapp/ \ && cordova...

Indeed I looked into the (un)install plugin files and I see that you manage to write in the project `build.gradle` file what is a really bad practice. The right way...

Ho well! I should have look more carefully. 1/ Ok for the `build.gradle` modification, I see the problem. I've tried to look a little into it but it seems not...