I want to make a history for my webviewer
Capture the value of currentUrl to tinydb in a list each time your url changes.
Start looking at the blocks and components available and trying something for yourself...
I have made the history for the webviewer but I want every Picture of each url in the history
History_tab.aia (5.5 KB)
Take a screenshot (sing screenshot extension) or capture image of webview with componentToImage extension.
Is that what you wanted ?
Do you mean that the picture you want is the favicon of the url visited ?
Yes
Well, you already know how to get the favicon for a website, and i have indicated how you can use the currentUrl block from the webviewer to get the url, so you have everything you need to do what you want ?
Well that was a image cut and paste on what I want it to look like but have no idea how to make it
We have covered both of the requirements already, one in this topic!:
I know me and you covered them but I have no Idea because I never used listview and got it out of a video
I promise you I don't know
Here is an example aia, that demonstrates one way to do what you ask.
wvTest.aia (4.0 KB)
I could only get the google favicon finder to work with the canvas.
most likely
I did a "search" for bananas (on my computer) and got this url:
https://www.google.com/search?q=bananas&oq=bananas&gs_lcrp=EgZjaHJvbWUqBwgAEAAYjwIyBwgAEAAYjwIyDQgBEC4YgwEYsQMYgAQyEAgCEC4YgwEY1AIYsQMYgAQyEAgDEC4YgwEY1AIYsQMYgAQyDQgEEC4YgwEYsQMYgAQyBwgFEC4YgAQyBwgGEAAYgAQyBwgHEAAYgAQyBwgIEAAYgAQyBwgJEAAYgATSAQk1MDUxajBqMTWoAgiwAgHxBZmMSipX-kMl&sourceid=chrome&ie=UTF-8
The url looks a bit different from the webviewer.
The blocks are probably not setup to handle such a url
Any reason you want to save a search url, when you can simply search ?
Are you able to get rid of all the error messages
Let me see if i can fix it, probably the naming of the image.
Error fixed by changing the image naming method:
You will need to set the height of the listview (e.g. 30%) so that you can still see the webviewer
Where is this located