Network permisson

Hello dear community. While testing my kodulad app i noticed that without any component, only a picture, my app wanted full network permisson. What is reason of this? Have anybody any information about this?

Network means internet permission.
The reason for that is following:

The image component can show images from a url.
Without internet permission --> no image load.

No, image not showing from url. I already imported to project as assest.

You have not understand it correct.

The image component CAN show images from internet.
This means the component needs the internet permission no matter if you load a image from internet or not.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.