does Elements have a better BrowserFrame?

I am currently rewriting urls in the html I put in the browserframe, and am looking for better solutions. As for what “better” means to me, I am looking for something that I can display html in, and also have something like a clicklistener so that I can get information on the user’s mouse clicks in the html. This is all running in standard desktop browsers.

Hi Pierce. I’m not entirely sure I understand your question. Are you using Vaadin Elements (
https://vaadin.com/elements
)?
What URLs are you rewriting?

I am currently using BrowserFrame to display html, and I am actively looking for a better solution, since I have to rewrite urls in the content I display so that I can tell that a user clicked on a link. When I saw some of the pages for Elements, I was thinking I would use it if it helped me out with respect to displaying html.

Maybe you should use CustomLayout instead, and put actual Vaadin Buttons/Links in the content?