07-11-2022, 03:05 PM
Is it possible to run intraweb app in full screen mode on Chrome for Android and/or Safari for iOS?
Full screen app
|
07-11-2022, 03:05 PM
Is it possible to run intraweb app in full screen mode on Chrome for Android and/or Safari for iOS?
07-14-2022, 04:14 PM
(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
|
« Next Oldest | Next Newest »
|