11-14-2020, 04:08 PM
Dean,
Looked a bit futher into why the "add to home screen" function didn't always work correctly, and the workaround noted here is necessary:
http://www.charmedquark.com/Web2/CQCDocs...formIssues
These two posts provided the answer:
https://stackoverflow.com/questions/5232...ome-screen
https://web.dev/add-manifest/
The start_url entry in the manifest.json file in the WebRiva root directory simply needs to be removed...everything seems to work great afterwards.
Also, you might want to consider adding an icon entry to the manifest file as well.
hope this helps,
Nishan
Looked a bit futher into why the "add to home screen" function didn't always work correctly, and the workaround noted here is necessary:
http://www.charmedquark.com/Web2/CQCDocs...formIssues
These two posts provided the answer:
https://stackoverflow.com/questions/5232...ome-screen
https://web.dev/add-manifest/
The start_url entry in the manifest.json file in the WebRiva root directory simply needs to be removed...everything seems to work great afterwards.
Also, you might want to consider adding an icon entry to the manifest file as well.
hope this helps,
Nishan