gapipro

Results 5 comments of gapipro

Yes, I noticed that too. It would work if _h_ was round number.

I think I solved it: When you destroy Recaptcha component in your preferred JS framework, make sure you set `window.grecaptcha = null` `window.recaptcha = null` After this you shouldn't see...

Additional thing to do is `document.querySelectorAll(‘iframe[src*=recaptcha]’).forEach(a => a.remove())`

Touch/click event is not triggered when tapping on bottom 20px. Resize event is triggered but can't do much with it.

It's not just that. Almost all HTML helpers don't work with latest version of plugin. For example: 1. When I typed `` it would automatically append a closing tag also...