HI, i’m new on thunkable.
I’m trying to build an app that displays two web pages ( in the upper and lower half of the screen ) and that has to check if these pages are equal while the user navigates.
I tried by checking the URL of the two Web Viewers but it does not work.
The variable i use to store the URL of the two pages does not get updated when the page changes.
Can u please suggest me some other ways to check if the web pages are equal?
@antoriccio9s this isn’t possible right now but we’re working on an update for the webviewer which should be available in the coming weeks and that will allow you to dynamically get the URL the way you want.
Sounds like an interesting idea for an app, just wondering who will be using an app the displays two websites at the same time? Would be great to learn a little more about what you’re trying to build!
For the moment just surfing the web, this was just an idea because i always open loads of tabs on my browsers and most of the time the same page is opened twice.
Anyway I’m still struggling to solve this issue, since using the URLs seems impossible i’m thinking about changing the way I check if the pages are the same.
For example using HTML code or reading the page text.