alimanam3386 Active Member Licensed User Longtime User Jul 31, 2016 #1 Hi guys How can I do preview for a web link and show it in a view (e.g in a Panel ) ? I found this library but I can't use it because it is for java. Last edited: Jul 31, 2016
Hi guys How can I do preview for a web link and show it in a view (e.g in a Panel ) ? I found this library but I can't use it because it is for java.
Erel B4X founder Staff member Licensed User Longtime User Aug 1, 2016 #2 All the components required are available. You can download the page with HttpUtils2, parse it with jSoup or jTidy and build the snippet. Upvote 0
All the components required are available. You can download the page with HttpUtils2, parse it with jSoup or jTidy and build the snippet.
alimanam3386 Active Member Licensed User Longtime User Aug 1, 2016 #3 Erel said: All the components required are available. You can download the page with HttpUtils2, parse it with jSoup or jTidy and build the snippet. Click to expand... Thank you Erel , yes it is good idea but how can I grab a thumbnail image from link ? Last edited: Aug 1, 2016 Upvote 0
Erel said: All the components required are available. You can download the page with HttpUtils2, parse it with jSoup or jTidy and build the snippet. Click to expand... Thank you Erel , yes it is good idea but how can I grab a thumbnail image from link ?
Erel B4X founder Staff member Licensed User Longtime User Aug 2, 2016 #4 You can use ImageDownloader to download the image or download it yourself with HttpUtils2. Upvote 0