Jump to content

Recommended Posts

Posted

Good morning, is it possible to control the maximum size to deploy of a mobile application when it is displayed on a desktop?
Example for mobile is 320 * 480 on desktop is 1080 * 1050 is maximum desired size is 420 * 580
Thank you

  • 6 months later...
Posted

TKS 

   if upDesktop in UniApplication.UniPlatform then
    begin
     Self.FullScreen := False ;
     self.Width      := 600;
     self.Height     := 700;
    end;

 

  • 3 months later...
×
×
  • Create New...