How to autofill password on iOS?

That’s great. Thank you very much.

It would be great to get some clarity on how to ensure setting the capacitor server hostname does not break images loaded within Android apps that are hosted on the same host.

Currently the only approach I found is adding this to capacitor.config.ts:

if (process.argv[3] === 'android') {
  config.server.hostname = 'localhost'
}