Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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?