Jump to content

Zoom


flaviowmf

Recommended Posts

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?

Link to comment
Share on other sites

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);
}
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...