Hi there,
I’m trying to build some functionality that allows a user to browse a website from within the web view component on a screen. On the same screen I would like the user to be able to save the URL of the current web page to a collection (Note: in web view, they may have clicked to a different URL to the one that initially opened. This raises a problem as the current URL of the web view is not exposed in the graphical interface).
I cannot see any way to do this in the Adalo builder but I am wondering if it’s possible to create a custom component (maybe a button) that would be able to access the current URL from the web view component and use it an action, e.g. to update a collection.
If anyone has any pointers on how this could be done I’d be very grateful!