Godofbrowser/vuejs-dialog

Proceed button not enabled on android

drezr opened this issue · 0 comments

drezr commented

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.