Good Morning,
I have a Control App that I want to convert into a PWA. So far, everything is set up. However, I can’t seem to get the manifest to appear in the app’s header. Whenever I try to do it in onApplicationInit or onScriptInit, ScriptCase keeps overwriting the header. The video on creating a PWA isn’t helpful to me because I don’t understand it. Is there a way to configure or edit the header? Thanks—Axel
Hi, for what I saw anything you “echo” in appinit or scriptini is after the BODY open tag, while browsers look for PWA settings, manifest, serviceworker… in the HEAD.
Since I don’t see any way to insert somenthing in the HEAD section, what I did is make a custom index.html or index.php in the root of your project and there setup the PWA settings, in the same folder you ca put the manifest and the serviceworker, then in this index set a button to go to your control page.
bye
Vince