ccbox Posted May 10, 2020 Posted May 10, 2020 UniReCAPATCHA in mobile uniGUImForm not available? Just with placing UniReCAPATCHA on the uniGUImForm after trying ShowModal generates the error "Ext.panel.HTML is not a constructor" and form not showed. Quote
Mehmet Emin Posted May 11, 2020 Posted May 11, 2020 I am also trying to use this component on a mobile registration form and I get the same error. I dont know uniGUI library's internals but I copied a code from TUnimMap into TUniReCAPTCHA and the error message disapared. But this time when I try to use it on phone the ReCAPTCHA popup window does not fit into view. procedure TUniReCAPTCHA.ConfigJSClasses(ALoading: Boolean); begin JSObjects.IsMobile := True; JSObjects.DefaultJSClassName := 'Ext.Container'; end; Quote
Hayri ASLAN Posted May 11, 2020 Posted May 11, 2020 Hi, I will try to add mobile version of captcha. Quote
Mehmet Emin Posted May 12, 2020 Posted May 12, 2020 @Hayri ASLAN Thank you, please also consider adding reCAPTCHA v3 support (mobile and desktop) it seems more mobile friendly and just java script (no control on the website if I understood correctly) may be it will be easier to integrate. Quote
Hayri ASLAN Posted May 12, 2020 Posted May 12, 2020 reCAPTCHA v3 is on our todo list. I will check it too. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.