Reply To: Offline, cached, persistened content & non-stop running browser

Welcome! Forums Unity Plugins In-App Web Browser Offline, cached, persistened content & non-stop running browser Reply To: Offline, cached, persistened content & non-stop running browser

#11834
buy2019
Participant

Tech stack is not perfect. We have strong need to communicate with phone hardware (NFC, USB, BLE) and we went thru long complicated journey to support it a few years ago. We are almost done and switching from Unity elsewhere seems to be crazy option for us now.

We wrap complex cloud web app into the Unity. Web content is not static and it should be cached for limited time, thus local files might be option if we manage/control their updates and download. Thanks for suggestion, we will investigate that option. The files are junked and downloaded on-demand by a browser. Implementation of this inside Unity app might be new pretty complex task.