iOSHTMLViewer events and properties

I am working on an app that uses an iOSHTMLViewer… In general it works exactly the way I want… I initially LoadURL on my index.html page and from there the user navigates through various linked pages… The majority of pages are in html files that I have copied in the app’s resource folder… however there are some links that point to web sites on the www.

But I need to know what page/URL the user is on at any one time… It would also be good to know when a new page loads…

Anyone know if there is a way to do this?

Thanks,
Jim

Does this accomplish what you need?
https://forum.xojo.com/conversation/post/154521

Jason… thanks I will check it out…

Jason…

This works great! Thank you.

Jim