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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
Is there any way to use this plugin to specifically ask for device permission to communicate over the local network?
My capacitor based iOS App shows the NSLocalNetworkUsageDescription dialog the first time a user tries to make a request, but i'd rather show the dialog before sending that actual request. The url which the request is sent to is only known at runtime, as it is user editable.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any way to use this plugin to specifically ask for device permission to communicate over the local network?
My capacitor based iOS App shows the
NSLocalNetworkUsageDescription
dialog the first time a user tries to make a request, but i'd rather show the dialog before sending that actual request. The url which the request is sent to is only known at runtime, as it is user editable.The text was updated successfully, but these errors were encountered: