Godofbrowser / vuejs-dialog

A lightweight, promise based alert, prompt and confirm dialog
MIT License
351 stars 111 forks source link

Proceed button not enabled on android #70

Open drezr opened 4 years ago

drezr commented 4 years ago

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.