Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Project HTML Modification
Mon, Oct 23 2017 10:02 AMPermanent Link

Mark Brooks

Slikware

Avatar

I recently find myself manually modifying the output HTML file prior to deployment in order to add entries such as:

<meta name="apple-mobile-web-app-capable" content="yes”>

This entry, for example, will tell mobile Safari to run the “web app” full screen with no browser UI. There are other entries that are also required in order to give a more seamless experience when running on mobile devices. I’m certainly no HTML expert, however I expect there may be many other “tweaks” that one can make here for other reasons too.

With this in mind, would it be a good idea to present a list of entries within Project Options that should be added to the output HTML file, inside <head> and just after the last auto-generated <meta> entry?

Alternatively, if this has the potential to “screw” the app by invalidating the HTML, might it be possible to provide support for mobile devices which “smartly” adds the appropriate entries (rather than a freeform manual list)?

Mark
Mon, Oct 23 2017 10:28 AMPermanent Link

Uli Becker

Mark,

+1 from me.

This was discussed earlier and AFAIK it's on the list of enhancements.

For now I use a self written Delphi app that does this job for me as well as deploying the app per FTP.

Uli
Mon, Oct 23 2017 12:29 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mark,

<< With this in mind, would it be a good idea to present a list of entries within Project Options that should be added to the output HTML file, inside <head> and just after the last auto-generated <meta> entry? >>

This and the compiled version information are two of the last major things missing from the project options, and will be addressed soon after 2.07 is out.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Oct 23 2017 4:57 PMPermanent Link

Mark Brooks

Slikware

Avatar

Tim Young [Elevate Software] wrote:

>>This and the compiled version information are two of the last major things missing from the project options, and will >>be addressed soon after 2.07 is out.

Perfect.
Thanks Tim.
Image