Some questions on PWA.
- Is there anyway to show a button to install the PWA, Save to Home Screen is a bit esoteric.
- I am assuming that IndexDB will work for PWA storage, while it is offline.
- I need to store non-DB info as well. Does the cookie/session still work? Is there any support in TMS Webcore for it?
- Are the form html files and css file part of the js. Or can I just change them individually, without compiling the PWA?
- When compiling as Release, the js is obfuscated by default. Are there any other differences? Is there extra code in Debug, that is perhaps removed in Release?
- Does the PWA have access to files? I need to create a csv and/or a pdf and email it.