Skip to content
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

Handle cases where device does not have location service #179

Open
pkalita-lbl opened this issue Sep 17, 2024 · 0 comments
Open

Handle cases where device does not have location service #179

pkalita-lbl opened this issue Sep 17, 2024 · 0 comments
Labels
beta-feedback Related to feedback received from beta testers enhancement New feature or request

Comments

@pkalita-lbl
Copy link
Collaborator

It may be possible for the app to run on a device in certain conditions (for example, a wifi-only iPad not connected to a network) where location services are unavailable. This task is to investigate how such a situation can be detected and how to handle it.

A starting point may be using the checkPermissions function provided by the Capacitor geolocation plugin (https://capacitorjs.com/docs/apis/geolocation#checkpermissions). Although that may only tell you if a user has allowed location access and not whether location access is possible.

@pkalita-lbl pkalita-lbl added the enhancement New feature or request label Sep 17, 2024
@pkalita-lbl pkalita-lbl added the beta-feedback Related to feedback received from beta testers label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-feedback Related to feedback received from beta testers enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant