TLabAltoh / TLabWebViewVR

Sample Unity project for using TLabWebView in OculusQuest. Includes Meta XR SDK and XR Interaction Toolkit implementation example.
https://tlabgames.gitbook.io/tlabwebview/
MIT License
42 stars 9 forks source link

Local Storage access #7

Open sentimentsix opened 1 year ago

sentimentsix commented 1 year ago

Is it possible to retrieve data from local storage ?

TLabAltoh commented 1 year ago

Sorry for the late reply.

Currently local storage access is only for saving downloaded files, but I would like to support file selection and preview in the future

The goal for this issue is to support html5 inpit tag for image and file.

22

TLabAltoh commented 2 months ago

Memo

This seems to be implementable by overriding OnShowFileChooser, current problem is how to show file browser on Oculus Quest.

Maybe this is helpful ?