28
Views
1
Comments
Resources not being loaded from local storage when using the HTML element for mobile
Question

Hi, resources such as images and videos are not being loaded from the local storage but rather from the server when using the HTML element for mobile apps. How do I make it such that they are loaded from the local storage?

Thanks in advance.

Regards,

Louie 

2024-12-04 07-24-25
Amol

Hello Louie,

Please refer below links from forge:

File Plugin

Filesystems


Or try for this: <img src="file://c:\path\...filename.jpg'>

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.