Jump to content

Recommended Posts

Posted

Olá.

 

Há a possibilidade de dar zoom no browser automaticamente de acordo com o tamanho do form principal minha aplicação ?

 

 

Hello.

There is the possibility to zoom in the browser automatically according to the main form size of my application?

Posted

Obrigado pela resposta.

 

Mas na verdade eu não gostaria/poderia trocar o tamanho do form, gostaria somente de dar o zoom de acordo com o seu tamanho.

 

Há essa possibilidade ?

 

 

Thanks for the answer.

But in fact I would not / could change the form size, would only give the zoom according to their size.

There is this possibility?

Posted

Obrigado pela resposta.

 

Mas na verdade eu não gostaria/poderia trocar o tamanho do form, gostaria somente de dar o zoom de acordo com o seu tamanho.

 

Há essa possibilidade ?

 

 

Thanks for the answer.

 

But in fact I would not / could change the form size, would only give the zoom according to their size.

 

There is this possibility?

 

To control the zoom on a smartphone add on In UniServerModule.custommeta
help something
 
<meta content='True' name='HandheldFriendly' />
<meta content='width=device-width; initial-scale=1.0; maximum-scale=2.0; user-scalable=1;' name='viewport' />
 
 
MainForm.Script
 
 
 
if (document.body) {
   document.body.addEventListener('touchmove',function(event){
  event.preventDefault();
   },false);
}

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