Skip to content
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

Fix password button on mobile #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ThaumRystra
Copy link
Contributor

Password buttons don't work on mobile because they require triggering the click event of a hidden button to submit the form, which doesn't work anymore on newer Android and iOS versions.

The new way gets a reference to the submit function and calls it when the polymer submit button is clicked.

The old hidden submit button and code has been removed. Fixes ThaumRystra/DiceCloud#67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant