The documentation says that I cannot load external images, but the only examples they give is about image stored in web pages or servers… they do not say anything about “internal external” images…
Hi,
Web widgets use only a subset of HTML, CSS, and DOM APIs available for Web applications. Since a design goal of widgets is to provide a quick view of the widget content to the user, there are some restrictions in the Web widget implementation to prevent unnecessary performance degradation:
Web widgets cannot use external network resource loading (for example, CSS, JavaScript, and image files).
The total size of the HTML, CSS, and JavaScript files in the widget is limited to less than 50 Kbytes.
The image resolution in a widget must be less than 1.5 times the base image resolution of the Web Widget Specification.
Only JPEG, PNG, and GIF formats are allowed for image files.
Hi, as I said I already read the documentation, thanks… And as I said they say in the documentation “external network”, they don’t say anything about files that are in the device…
I’ve checked some apps o Galaxy Store… there is a way of doing that…