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 Jan 10, 2024. It is now read-only.
I am trying to create an in-app dialog like the following:
To allow authentication to an internal website that requires credentials.
I believe the right event to implement for that is
onReceivedHttpAuthRequest
Any ideas ?
Gabriel
The text was updated successfully, but these errors were encountered:
Same problem here, in my case with embedded Webcam views.
Update: I tried to inject login data via the setHttpAuthUsernamePassword() method on the components nativeView property, but that does not seem to work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am trying to create an in-app dialog like the following:
To allow authentication to an internal website that requires credentials.
I believe the right event to implement for that is
onReceivedHttpAuthRequest
Any ideas ?
Gabriel
The text was updated successfully, but these errors were encountered: