iOS Login prompt on every page
-
I know this is probably out of scope for the theme but I wondered if you have a solution for this or if it has come up before? I’m not having much luck on Google about this. If I have an account created and saved to my iphone password manager, I am prompted to login on every single page I access, potentially due to the pop-out login screen.
Do you know of a way to ensure the prompt is only shown when the login pop-out or login fields are displayed at all?
Hi,
Sorry, but we don’t have control over this and didn’t find any solution to this either.
Kind Regards
This only happens when using your theme. It also happens on your demo store and happens on every page until you login.
I’ve never seen this behaviour on any other site, the iOS login prompt should only appear when you click on a login field (email, username, password).
Please don’t dismiss this issue and look to find a resolution for your theme as this is incredibly frustrating.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.login-form-side form.login {
display: none!important;
}
.woodmart-login-side-opened form.login {
display: block!important;
}
Thank you so much Artem! 🙂
The topic ‘iOS Login prompt on every page’ is closed to new replies.