Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Full screen app
#1
Is it possible to run intraweb app in full screen mode on Chrome for Android and/or Safari for iOS?
Reply
#2
(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.
The way to success is always under construction ... but i see a light at the end of the tunnel  Idea Big Grin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)