Skip to content

Proceed button not enabled on android #70

Open
@drezr

Description

Hello,

First of all thanks for your work.

As you can see in this video, the proceed button is not enabled when the correct word is typed for hard verification unless the keyboard is closed.

This issue occured on android Chrome only but it works perfectly fine on desktop Chrome.

Also, I had to add the !important tag to override the CSS styling of the button :

.dg-btn--ok { color: red !important; border-color: red !important; }

Seems that it not the case in the documentation. FYI I wrote this CSS in the main App.vue file.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Proceed button not enabled on android · Issue #70 · Godofbrowser/vuejs-dialog