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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...