asapltda Posted October 24, 2018 Posted October 24, 2018 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
Sherzod Posted October 24, 2018 Posted October 24, 2018 Hello, YourForms -> FullScreen = False YourForms -> Width, Height
asapltda Posted May 11, 2019 Author Posted May 11, 2019 TKS if upDesktop in UniApplication.UniPlatform then begin Self.FullScreen := False ; self.Width := 600; self.Height := 700; end;
55143681 Posted August 27, 2019 Posted August 27, 2019 On 5/12/2019 at 2:15 AM, Sherzod said: OK good
Recommended Posts