Jump to content

UniReCAPATCHA in mobile uniGUImForm not available?


ccbox

Recommended Posts

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.

Link to comment
Share on other sites

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;
 

Link to comment
Share on other sites

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