I can't believe we finally have a viable solution for a fully functioning touch-enabled embedded modern browser for AIR! @tuarua, thank you for this, and the solid support you are offering. I have just donated as I know this will come in handy for a couple of upcoming projects.
Referring to previous posts from @ferninfa and @MadNoMad, I also think that the ability to cancel a navigation event before it starts is an important one. You're right, it is a bespoke feature, but a desktop AIR app is quite a special case as it's widely used for public kiosk applications in which access to unauthorised URLs needs to be blocked.
At the moment I'm just checking the URL in the propertyCahnged event and calling load() on the previous URL, but it's essentially causing a page reload, which is a bit of a distraction.
Anyway, thank you once again for this!