Notalib / nativescript-webview-ext

Nativescript plugin with extended WebView functionality
Apache License 2.0
76 stars 37 forks source link

How to implement "onReceivedHttpAuthRequest" on NativeScript with Angular #90

Open badulescub opened 4 years ago

badulescub commented 4 years ago

Hello,

I am trying to create an in-app dialog like the following: image To allow authentication to an internal website that requires credentials. I believe the right event to implement for that is onReceivedHttpAuthRequest

Any ideas ?

Gabriel

ray007 commented 4 years ago

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.