This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
fetching png images from remote HTTP source, can see in visualizer, but when running the app on device images are not displaying.
Thanks in advance.
Hi @Ellice Andwew ,
You can add below tag in Kony Visualizer application setting and it will allow you to display images from http source.
Go to Project settings - Native - Android - Tags - Application Tag Attributes and add below tag in Application Tag Attributes.
android:usesCleartextTraffic="true"
This solution worked for me.
Hi,
Its working as expected, thanks a lot, greatly appreciated.
Hi, don't forget to click 'select as best' response to close the thread. Thanks!