salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.2k stars 365 forks source link

Links "<a href=" not working #432

Closed jocasousa closed 2 years ago

jocasousa commented 2 years ago

Hello, I have a bug, my page does not open any link "<a href=..."

I tested it in all browsers and it opens normally, only in CEF4Delphi these links do not work.

salvadordf commented 2 years ago

Hi,

Please provide an example to test this issue in my computer.

Most of the demos block links that open new tabs and popup windows for simplicity. Test your links using the MiniBrowser demo.

jocasousa commented 2 years ago

Thanks! I tested with minibrowser and my links worked, I was using Simple Browser.

Thank you so much again!