-
Notifications
You must be signed in to change notification settings - Fork 43
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
[iOS] Sign in > Predictive/Text suggestion is not displayed for Email field in signin page #3441
Comments
In iOS, to control the keyboard utilities for input fields loaded in a Webview is limited to Javascript injection. We have tried to set the autocomplete attribute to the login form and to the email input field as-well. But it is not reflecting in the Hydra login form. So I can conclude this feature is related to the Hydra front-end. |
@amruthbtc This is issue not exist for android . Hydra is common for all the front end components . Please handle it at mobile side only . @nishit-v Please confirm if same issue happening at android or PM as well |
Issue is not observed in Android and PM web app. (PM web app tested in Android chrome browser) |
We have raised a issue in Apple developer forums. |
Steps:
Actual: Predictive/Text suggestion is not displayed for Email field in signin page
Expected: Predictive/Text suggestion should be displayed for Email field in signin page (Refer Signup screenshot)
Screenshot for signin:
Signup screenshot for reference:
The text was updated successfully, but these errors were encountered: