Jump to content

Recommended Posts

Posted

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.

Posted

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;
 

Posted

@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.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...