Atozed Forums
Full screen app - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Full screen app (/thread-2792.html)



Full screen app - Comograma - 07-11-2022

Is it possible to run intraweb app in full screen mode on Chrome for Android and/or Safari for iOS?


RE: Full screen app - Lorbass - 07-14-2022

(07-11-2022, 03:05 PM)Comograma Wrote: Is it possible to run intraweb app in full screen mode on Chrome for Android and/or Safari for iOS?

Hi Comograma,

in IWServerControllerBaseConfig you should add

HTMLHeaders.Add(
  '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densityDpi=device-dpi" />');

Then, after starting on iPad in Safari, you can add this page to the home screen of iPad.

Now, if you tab on the new home-screen-icon, your application starts in full screen mode.

As far as I know it only works with Safari on iPad / iPhone.