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

[iOS] Check/request for local network permission #524

Open
igorsantos07 opened this issue Sep 28, 2024 · 0 comments
Open

[iOS] Check/request for local network permission #524

igorsantos07 opened this issue Sep 28, 2024 · 0 comments

Comments

@igorsantos07
Copy link

Feature request

This is basically a second try on #426, closed for staleness / lack of interest.
Since around 2020, it's possible to request local network permissions, as described in this support page.

Methods similar to Bluetooth and other simpler permissions should be included, so we can check that permission from the Cordova side as well.

One use-case for us is to check when the user accidentally refused the permission when we're trying to talk to LAN-based thermal printers, and warn them about steps to get it fixed.

I also wonder if it would ever be possible to have generic methods for that (so there wouldn't be much need to implement whole new methods for each new permission type create), as we (mostly?) do for Android - but I guess it's different because the iOS API needs the separate modules?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant