App icon from url

I want to get App icon from playstore url in imageview anyone know how it possible…

Hello @shafiqanjum056,

The blocks below should fix your issue.

For EvaluateJS

The Join block was only used to show the full string. You can use document.getElementsByClassName(“T75of sHb2Xb”)[0].src all in one text block.

For the Webviewer

This method works even if the web viewer isn’t visible (recommended).

The returned result

You must have the replace all text block otherwise your image will fail to set. It’s mainly because the URL will have quotes around it that are visible.

Required components

- Layout / Views / Web Viewer
- User Interface / Image
- Utilities / Image Utilities

1 Like

Thanks I’ll try

This post was flagged by the community and is temporarily hidden.