-
Notifications
You must be signed in to change notification settings - Fork 26
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
not working on mobile (with cordova) #231
Comments
Does it show this message within the reCaptcha window? Is it happening always or just "randomly"? |
It only works first time after the app is newly lunched. Then it always does not work. If you kill the app and relaunch again, it will work one time. |
@mfyang Could I know which version of vue-recaptcha-v3 you are using? |
1.9.0 |
Thank you @mfyang, so you are not getting any error like below?
I'm also using Vue (2.x) and Cordova. If you aren't getting any error and I'm not being a bother, can you help me with the following, please
Thank you! |
On both iphone and android app built with vue & cordova, it shows the msg "could not connect to recaptcha service, please check your internet connection and reload to get reCaptcha challenge".
If I kill the app process and restart, the error msg will disappear. but if I just put the app into sleep, and come back to it, the error msg will appear again. so I have to kill the app again.
The same code base works fine on browser.
The text was updated successfully, but these errors were encountered: