-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify plugin installation #73
Comments
The instructions are minimally sufficient. |
Would it change your mind if I open a PR on it? |
It might be possible to do background location tracking in the browser (see #31), if you would like to investigate. By requiring the programmer to use |
Ok, I'll look into adding the permissions to a manifest file. |
Is your feature request related to a problem? Please describe.
I believe the current installation instructions are a bit too "long"
Describe the solution you'd like
There are some steps that can be done in order to reduce the developer's need when using this plugin
Describe alternatives you've considered
The current instructions are very well documented but I think they can be simplified.
Additional context
This is from a first impression of the plugin and comparison to other plugins I've added to my project.
Documentation about android manifest stuff:
https://capacitorjs.com/docs/plugins/android#manifest
I'm not sure there's an option to reduce the effort for ios plist file, but I think any simplification is welcomed :-)
The text was updated successfully, but these errors were encountered: