-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: ion-input autofill does not work #2211
Comments
Update: Possibly not a Capacitor bug, since the same happens in a non-Capacitor lightweight webview wrapper I used. |
This is a WebKit bug that we'll need Apple to fix - see https://bugs.webkit.org/show_bug.cgi?id=203299 (also mentioned in ionic-team/ionic-framework#19478). |
This issue is more than half a Year old. Really bad that Apple is not looking in to that Issue. |
is there actually an issue - as having setup everything (associated domains, webcredentials, password autofill provider etc) and having tried both with simple ion-input, with html input - nothing works for me on latest ios safari and capacitor versions. It does fill values in background but until you focus it doesnt call change event on the shadow dom input. None of the directive or workarounds help with that. Can anyone share snippets of actually working workaround pls! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Bug Report
Autofill such as username and password doesn't work on
ion-input
in a Capacitor environment, but it does in iOS Safari. This bug was described in the regular ionic bug tracker, altough it seems to be related to Capacitor. See: ionic-team/ionic-framework#19478Capacitor Version
npx cap doctor
output:Latest Dependencies:
@capacitor/cli: 1.3.0
@capacitor/core: 1.3.0
@capacitor/android: 1.3.0
@capacitor/ios: 1.3.0
Installed Dependencies:
@capacitor/cli 1.3.0
@capacitor/android 1.3.0
@capacitor/core 1.3.0
@capacitor/ios 1.3.0
Affected Platform(s)
Current Behavior
See original issue at ionic-team/ionic-framework#19478
Expected Behavior
Sample Code or Sample Application Repo
Reproduction Steps
Other Technical Details
npm --version
output:node --version
output:pod --version
output (iOS issues only):Other Information
The text was updated successfully, but these errors were encountered: