Atozed Forums

Full Version: Full screen app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to run intraweb app in full screen mode on Chrome for Android and/or Safari for iOS?
(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.