You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The problem is that we want to make sure the plugin code is working and does not cause build failures
Describe the solution you'd like
A separate repository with the simplest code to run the plugin.
Additional context
I think creating one from scratch would allow to simply test that the plugin code compiles and works.
The existing example is vary good to test the plugin in all kind of cases, but maintaining it might require a bit too much effort as opposed to a very very basic vanilla html/javascript cordova application which only allow basic functionality that can be changed via code changes and not UI changes to reduce implementation complexity...
My vote is for a clean repo with basic vanilla html/js.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed, because it has not had recent activity. If you believe this issue shouldn't be closed, please reopen or write down a comment requesting issue reopening with explanation why you think it's important. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
The problem is that we want to make sure the plugin code is working and does not cause build failures
Describe the solution you'd like
A separate repository with the simplest code to run the plugin.
Describe alternatives you've considered
Fork this repo: https://github.com/mauron85/cordova-plugin-background-geolocation-example
Create one from scratch.
Additional context
I think creating one from scratch would allow to simply test that the plugin code compiles and works.
The existing example is vary good to test the plugin in all kind of cases, but maintaining it might require a bit too much effort as opposed to a very very basic vanilla html/javascript cordova application which only allow basic functionality that can be changed via code changes and not UI changes to reduce implementation complexity...
My vote is for a clean repo with basic vanilla html/js.
The text was updated successfully, but these errors were encountered: