Auto fill user and password in InAppBrowser

Hi. I know it’s a security issue but my client has an app where the customers are complaining that everytime they log out of a certain site, when they try to login, there is no autocomplete in the username and password fields. How can I achieve that in InAppBrowser?!?!

You could to this by injecting a js script on the In-App browser page that will fill programmatically the form. Theres a method called executeScript that’s available.