jordi 1 Posted September 25, 2020 Hello, I want to provide credentials in iOs webbrowser, so the user will not have to enter them manually. Anyone has some code for Delphi? Thanks Jordi Share this post Link to post
Dave Nottage 557 Posted September 25, 2020 I expect you'd need to patch the TBaseWebViewDelegate.AuthenticateForHost method in FMX.WebBrowser.Delegate.Cocoa unit, and pass the username and password instead of using TDialogServiceAsync.InputQuery. I'd recommend submitting a feature request in the Quality Portal for an OnAuthenticate (or similarly named) event to make this easier. Share this post Link to post
jordi 1 Posted September 26, 2020 Hello, I 've modified the code with your suggestions and it's working. Also I've added a feature request to Quality Portal. Thank you very much 1 Share this post Link to post