We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Visit the stand alone demo file on iOS Safari:
https://overhide.github.io/pay2my.app/dev-front-end/cloud.html
Click on Login (button) > Secret Key (input): password manager prompt to auto-complete pops up.
Click on Login (button) > Generate (button) > Continue (form submission button): browser password manager offers to save new token.
The above works fine on desktop Chrome/Edge/Firefox and iOS Chrome.
The above does not work on iOS Safari (iOS 15).
The relevant problematic code file is: https://github.com/overhide/pay2my.app/blob/master/src/components/login/ohledger.ts
The form is:
pay2my.app/src/components/login/ohledger.ts
Line 45 in 3838dc9
To run locally:
npm run install
npm run devbuild
npm run serve
http://localhost:8099/dev-front-end/cloud.html
The text was updated successfully, but these errors were encountered:
Hi, is this still an issue? If so, I might take a look at it, if the bounty still stands.
Sorry, something went wrong.
No branches or pull requests
Visit the stand alone demo file on iOS Safari:
https://overhide.github.io/pay2my.app/dev-front-end/cloud.html
Click on Login (button) > Secret Key (input): password manager prompt to auto-complete pops up.
Click on Login (button) > Generate (button) > Continue (form submission button): browser password manager offers to save new token.
The above works fine on desktop Chrome/Edge/Firefox and iOS Chrome.
The above does not work on iOS Safari (iOS 15).
The relevant problematic code file is: https://github.com/overhide/pay2my.app/blob/master/src/components/login/ohledger.ts
The form is:
pay2my.app/src/components/login/ohledger.ts
Line 45 in 3838dc9
To run locally:
npm run install
npm run devbuild
npm run serve
http://localhost:8099/dev-front-end/cloud.html
The text was updated successfully, but these errors were encountered: